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.
Fri, 08/03/2012 - 12:08
#1
add/del widgets to XmRowColumn and resize
Does the top-level shell have XmNallowShellResize set to True?
Yes