How to unmange file list in XmFileSelectionBox?

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

Questions about motif? Contact us

2 posts / 0 new
Last post
How to unmange file list in XmFileSelectionBox?

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 ? ›

Anonymous

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)))