Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "296) How do you "grey" out a widget so that it cannot be activated?"
297) Can I change the graphics drawn by insensitive widgets? Some
become very difficult to read.
[Last modified: Aug 97]
Answer: There is no general mechanism for this; each widget chooses its own
insensitive graphics. Some are customizable, however. Label and button
widgets have a XmNlabelInsensitivePixmap resource. Others, such as the text
widgets, have an XmNeditable resource; setting this to false is similar to
insensitive, except tha the graphics do not change.
Other possibilities would be to install an empty translation table to ignore
input or to create an occluding InputOnly window to block input.
-----------------------------------------------------------------------------
END OF PART EIGHT
Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "296) How do you "grey" out a widget so that it cannot be activated?"