corvid wrote:
> Is there some way to set Fl_Tree's colors, or get my hands on its
> Fl_Tree_Prefs, that I'm simply overlooking, or do I have to set
> label colors on the individual Fl_Tree_Items?

        Hmm, regarding access to Fl_Tree_Prefs, I think I was internally
        debating whether to use multiple inheritance vs. separate accessors
        for each preference vs. a single accessor for the tree prefs.

        It looks like I started going the separate accessors route,
        but never got done adding all the accessors.

        Will try to get to that today and check it into SVN.

        In the mean time, yes, you can change the colors by modifying
        the individual tree items, but indeed you shouldn't have to.
        The changes I make will allow you to set the defaults.
        
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to