> > The nesting of windows is sometimes problematic on the Mac, due to the > > way it renders windows. You are usually better to use Fl_Group for > > nesting structures any way, on all platforms. Nesting of windows is > > seldom necessary or useful. > > If i use all pointers derived from Fl_Box not Fl_Group then is it OK? Fl_Window never display the text which goes outside its range. But Fl_Box/Fl_Group display the text if it's outside the range. Suppose width of Fl_Box is 100. And at position 98 i write "This is text". Then i'll see above text inside and outside the Fl_Box. Can i get the pixels occupied by this text on Fl_Box? If i get then i can display the text at right location.
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

