pushbutton

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

Questions about motif? Contact us

2 posts / 0 new
Last post
pushbutton

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?

ICS_support

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.