home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / motif / 8148 < prev    next >
Encoding:
Text File  |  1992-12-21  |  923 b   |  21 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!think.com!paperboy.osf.org!juliet!daniel
  3. From: daniel@juliet.osf.org (Daniel Dardailler)
  4. Subject: Re: HELP: How to "fake" button events in a scrollbar widget?
  5. Message-ID: <1992Dec21.151035.11319@osf.org>
  6. Keywords: motif, scrollbar, events
  7.  
  8. Sender: daniel@juliet (Daniel Dardailler)
  9. Organization: Open Software Foundation, Motif Team
  10. References:  <BzH99K.6uM@news.cso.uiuc.edu>
  11. Date: Mon, 21 Dec 1992 15:10:35 GMT
  12. Lines: 7
  13.  
  14. |> How can I invoke the appropriate Motif callback for a scroll bar as if the user
  15. |> has selected page up or page down on a scroll bar.  I have a scrolled window
  16. |> with several text widget in it for user input.  A page up or page down scrolls
  17. |> to the previous or next row of text widgets.  I need to be able to display the
  18.  
  19. Use XmScrollBarSetValues with page increment after you go the 
  20. scrollbar id and the page increment using XtGetValues.
  21.