On 12.12.2009, at 18:56, Moses O McKnight wrote: > in fltk-1.3, how do I keep it from resizing the tabs on a tab window, and > also my buttons in a FL_Group on the top of the window (toolbar)?
What Ian said. The Tabs themselves are size to match their label. To give them another size, you'd have to override the class and implement some of the functions (which ones, I'd have to look up). _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

