Submitted by Anonymous (not verified) on Fri, 06/15/2012 - 12:07
I`ve used a XtUnmanageChild(XmFileSelectionBoxGetChild(widget, XmDIALOG_LIST) and i can still see a small square on the top left corner of the widget window. How can i remove it completely?
thanks.
‹ Risizing TopLevel... Next OpenMotif release - when ? ›
Fri, 04/30/2004 - 06:46#1
How to unmange file list in XmFileSelectionBox?
That small square on the top left corner of the widget window is a ScrolledWindow widget, parent of File List. Try to use XtUnmanageChild(XtParent(XmFileSelectionBoxGetChild(widget, XmDIALOG_LIST)))