Michael Sweet wrote:
> Greg Ercolano wrote:
>> ...
>>      Would it be bad to add an 'Fl_Group *group()' to the
>>      Fl_File_Chooser API which could at least make that possible?
> 
> If we make Fl_File_Chooser a real subclass of Fl_Group, you'll have
> the group already... ;)

        Yes, I suppose if the Fl_File_Chooser buttons were protected
        instead of private, the app programmer could derive from the
        widget to swap the xy positions of the OK and Cancel buttons.

        I did just try adding a window() method to access the chooser's
        window so as to walk the child() array, but there were only
        three children, none having labels, so I guess the chooser has
        a more complex hierarchy.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to