Hi FLTK developers, This is my first post here, so first of all thanks for developing an easy to use GUI library.
And for my question: I recently started using FLTK2 and found that fltk::Widget does not store it's own label. Instead, it only stores the const char * passed to it, which seems strange. Among other things, it means you can't initialize the label with a temporary. Is there a reason the widget doesn't hold a, say, std::string that stores the text of the label? Apologies if I'm missing something and my question is silly. Regards, Stjepan _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
