On Mon, 25 Mar 2013 08:52:22 -0700, humpty <hum...@mail.com> wrote:

>I have a window with full of widgets made with fluid. Some of them
>are text fields to be user filled in order.
>
>When I hit the tab key to change widget focus, the ordering is haphazard.
>
>Do widgets in groups have a tab-key ordering ? How do you change the order? 
>Can you change the ordering between two widgets.
>
>Another idea I have is to subclass the window the trap the tab-key. Do I 
>really need to resort to this ?

In fluid the tab order is from top to bottom in the widget tree
window, the same for groups. A group must follow the preceding tab
order widget and the tab order of the grouped widgets is again top to
bottom.

F2 moves a widget up and F3 moves down.
Cheers Richard
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to