michael sephton wrote: > Hi, it seems that if I have a Fl_Tab with Fl_Window children, the > Fl_Tabs won't correctly draw the labels. If I change the children to > Fl_Groups, the labels are drawn fine. Is this intended or a bug? I > would prefer not to have to create Fl_Groups to store my tabbed > windows in.
Yes, this is a known issue - basically labels are not supported for subwindows, so if you really need subwindows in tabs, they need to be put in groups first. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

