Michael Sweet wrote:
> Aside from the Fl::scheme() integration, there is a small amount of
> "wire" in Fl_Light_Button, Fl_Menu, Fl_Scrollbar, and Fl_Slider draw
> methods.
> 
> For Fl_Light_Button (which actually handles drawing the radio and check
> box buttons) and Fl_Menu we override the drawing of the checks and radio
> dots. These could be represented as box types and check/dot symbols and
> overridden using public APIs.
> 
> For Fl_Slider and Fl_Scrollbar we add grippers to the scroller - again,
> this could be done using "gripper" box types (pressed and normal).

        Sounds good for future releases.

        I played around with the gtk+ scheme, and I thnik that solves
        a lot of my needs.. looks great.

        I'll probably make that the new default scheme for all my apps,
        as it really looks quite nice.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to