I want to ask if it would be OK to make Fl_File_Chooser true subclass of
Fl_Window (for 1.3 of course). At the moment it emulates it by exporting
methods of embedded window but the window itself and all the the control
widgets are private.

If the browser would be true subclass of Fl_Window, user can easily
subclass it again, twist it little bit or add some widgets. He could
also more easily embed the whole thing within another window.

If it is OK with you, I would make the changes and commit it to 1.3
tree. One more question:

It would be good to have access to the widgets themselves so the user
can ie change their sizes, resize policy etc, so there are two options:

1) make them public, or
2) make extra functions to return pointers to them.


What do you think, guys?

R.
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to