Kai-Uwe Behrmann wrote: > On Linux a small rectangle is drawn on a button after the button was > pressed by a mouse. > > My question is, can the drawing of this rectangle be altered > automatically. I tried the calls > button->activate() and > button->set_visible_focus() without success. > > I hope for a minimalised feedback, without the need of deriving from the > button class. > > kind regards > Kai-Uwe Behrmann > -- > developing for colour management > www.behrmann.name + www.oyranos.org + www.cinepaint.org
Have you tried button->clear_visible_focus()? Doing so should remove the focus rectangle, however, I think 'button' will not receive any keyboard events. -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

