ScrollBar`s

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
ScrollBar`s

Submitted by Anonymous on Thu, 08/29/2002 - 14:42. Developers
I am wanting to create 2 Scroll Windows...
(1) one without ScrollBar`s (APPLICATION _DEFINED ?)
(2) one with ScrollBar`s (AUTOMATIC ?)

I would like to be able to assign to Horizontal Scrollbar from the one that I create with ScrollBar`s (2) to the one that I created without (1). This is so that the Window will scroll Horizontally as the the one create with (2) scrolls.

However, I do not want the one that I create without (1) to scroll Vertically.

I am sorry if this is wordy.
Thanks in Advance.
C. Lamb

ICS_support

You`ll have to get the callbacks from the user-manipulated window and reset the application-defined window with the appropriate values.