> When i run the application and click on any button then its shape change to 
> rectangle.

myButton->down_box(THE_BOX_TYPE_YOU_WANT);

 > if i click on any other control then a dashed rectangle appear on 
that > control. I think it should not appear atleast on any button

myButton->visible_focus(0);

That removes the button from keyboard navigation also (maybe an unwanted 
side effect in your case).

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

Reply via email to