Emil wrote: > Hello! > Is there any way to resize the tabs in FLTK 1.1.10?
[...] > > How do I resize just the thing where is the label "Tab 1": > ______________ > | Tab 1 | > --------------- There's no API to do what you want, but you can add a number of spaces to the tab label. If you want to know how wide the resulting label will be, you can use fl_measure() to get the label width. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

