On Tuesday, February 06, 2001 5:10 AM, Rick Scott wrote
On  6-Feb-01 at 03:49, Michel Bardiaux ([EMAIL PROTECTED]) wrote:
> Martin Simmons wrote:
> > 
> > >>>>> On Mon, 5 Feb 2001 13:14:07 -0500 (EST), Rick Scott
> > >>>>> <[EMAIL PROTECTED]> said: 
> > 
> >   Rick> XmPushButton??
> 
> Things that won't do: wrong shadows; extra translations; keyboard focus
> & the associated highlight
> 
> Swap the topShadowColor and the bottomShadowColor. This will make it look
like
> it is pushed in.

You could alternatively use an XmToggleButton with indicatorOn set to false
and
XmNset set to true. That handles the pushed in with the correct shadows for
you.
You probably need to do the rest though.

> Replace the translations.
>
> Set traversalOn to False.
>
> Set highlightThickness to zero. (Probably taken care of by the previous
one).

Reply via email to