Submitted by Anonymous (not verified) on Fri, 06/15/2012 - 12:07
I am needing to resize the TopLevel dialog of my executable. I have some toolbars that I want to hide and show; therefore, I need to be able to resize the dialog as needed.
‹ Parent resizes to default when child closes How to unmange file list in XmFileSelectionBox? ›
Fri, 04/30/2004 - 08:32#1
Risizing TopLevel...
You can use XmNminWidth, XmNwidth, XmNmaxWidth, XmNminHeight, XmNheight, and XmNmaxHeight resources for this.