João Ricardo Lourenço wrote:
> As there is no close-tab button, I am trying to implement a button that does 
> the job.

     Is this basically just adding an 'x' button to the tabs,
     similar to Firefox's tabs? eg:

         _______________     _______________      _______________
        /  tab1       X \   / tab2        X \    / tab2        X \
     __/                 \_/_________________\__/_________________\______
    |                                                                    |


    I imagine the idea would be when you click the 'X', it would basically
    remove the FLTK group from the tab widget (each tab is usually a separate
    FLTK group).

    Sounds pretty straight forward. The tabs widget isn't that complicated,
    so you can probably easily just nab a copy of it and add the button.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to