add/del widgets to XmRowColumn and resize

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

Questions about motif? Contact us

3 posts / 0 new
Last post
add/del widgets to XmRowColumn and resize

Submitted by Anonymous on Thu, 12/20/2001 - 09:30. Developers
I need add and del widgets (labels) to XmRowColumn (in one function).
And rowColumn must automatically update its height.
I set XmNresizeHeight = true, but here one bug
If i first add widget and then del other widget all OK, but if i del and then add widget XmRowColumn change its heigh as it del widget, and added widget is not visible.
I tried use XmUpdateDisplay after deletion but no effect.
RowColumn is on top level shell.

ICS_support

Does the top-level shell have XmNallowShellResize set to True?

Anonymous

Yes