On Dec 23, 2007 3:35 PM, Stjepan Rajko <[EMAIL PROTECTED]> wrote:
> 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.
>

Never mind, I just found copy_label.  Pity you can't use that with the
constructor though...

Sorry for the noise,

Stjepan

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to