Michael Schmid wrote: > Hello all! > > If I press a button then a little white-black frame appears around the > button. This frame stays on the button until I press another button. > Then the other button has this "focus"... > > Can I switch off this function? It's more disturbing in my app. than > helpfull > > FLTK: 1.1.9
per widget: http://www.fltk.org/doc-1.1/Fl_Widget.html#Fl_Widget.visible_focus global: http://www.fltk.org/doc-1.1/Fl.html#Fl.visible_focus But beware: if visible_focus is off, navigation with TAB will skip the button or widget. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

