ScrollWindow Resize...

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

Questions about motif? Contact us

1 post / 0 new
ScrollWindow Resize...

Submitted by Anonymous on Tue, 01/06/2004 - 22:52.

Is there a way to capture the resize event of a ScrollWindow that has a scroll policy of XmAUTOMATIC? I am needing to get the XmNsliderSize and a few other preferences; however, they vary depending on the time in which they are retrieved. The only time that I have been able to get the proper data for the preferences is during the XmNvalueChangedCallback of a ScrollBar. I am needing the preferences before then; moreover, if I get them during an event I don't want it to have to be an event initiated by the user.

C. Lamb