Submitted by Anonymous on Wed, 06/27/2001 - 13:43. Developers
How to hide / show a widget (say TmTextField )programatically depending on the requirement?
Mon, 07/02/2012 - 16:12
#1
Hide/Show a widget
XtManageChild(w)
XtUnmanageChild(w)
Depending on the requirements, it may also be reasonable to XtMapWidget()XtUnmapWidget(), to preserve on-screen space, or to change the sensitivity of the widget via XtSetSensitive(), so that it is still visible but "inactive".