Roman Kantor wrote:
> Hi,
>
> The gtk+ scheme in fltk is very nice an I would like to use it globaly
> through the method Fl::scheme("gtk+") function.
>
> However there are e few places where I would like to have
> classic-looking box types. By applying the gtk scheme the guys like
> "Fl_DOWN_BOX", "FL_UP_BOX"... get replaced by FL_GTK_UP_BOX,
> FL_GTK_DOWN_BOX look but in such a way I have lost access to the
> original hard-coded version of the classic box types. Is there any way
> to access these? Unlike PLASTIC or GTK versions, they do not seem to
> have hard-coded symbols through fl_define_xxx() within Enumerations.H
> header...
You can always define new box types using the fl_up_box and
fl_down_box functions.
That said, it might be useful in 1.3 to provide "FL_DEFAULT_*"
enumerations that get assigned when Fl::scheme() is called with
dedicated enumerations for the standard, GTK+, and plastic box
types.
--
______________________________________________________________________
Michael Sweet, Easy Software Products mike at easysw dot com
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk