Submitted by wwf on Sun, 01/13/2002 - 02:35. Developers
now my pushbutton`s XmNshadow..Ness is 2,
and the label`s XmNshadow...Ness is 0,
and whether i can set it to -2?
Tue, 07/03/2012 - 15:09
#1
pushbutton
Do you really mean -2? I`m not even sure what that would look like. I bet XmPrimitive`s internal code resets negative values to 0.
If you want a shadow *outside* the widget, which could be possible given your question, then consider using an XmFrame with the XmLabel instance as the child.