On 23.06.2011, at 18:22, asif saeed wrote:

> The docs for 1.3 say that Fl_Label has become a separate widget of its own
> and an Fl_Label type exists but I don't see any header for this class.
> Neither does Visual C++ 2010's intelli-sense brings up Fl_Label.
> 
> Any help?


Fl_Label is a struct (not a widget) that is inside FL/Fl_Widget.h . It's 
implemented somewhat halfheartedly thanks to - um - me. You don't really need 
it. The Fl_Widget interface does all you need. The original plan was to make it 
a sort of widget so thet labels could be HTML as well using FL_Help_View, but 
this never plotted out. It would probably be better to use the style approach 
of FLTK 2, which would save a tremendous amount of run-time memory.

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

Reply via email to