On 14.04.2010, at 07:14, Matthias Melcher wrote:
>
> On 14.04.2010, at 04:07, SebHoll wrote:
>
>> Is it possible to hide the focus rectangle for a particular widget using
>> FLTK 1.3's standard API?
>
> Yes. IIRC, it is Fl::visible_focus(0);

That would disable the focus box for all widgets, but

   Fl_Widget::visible_focus(0);

will do the job for single widgets.

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to