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