> Hi, > I would like to add buttons to fl_file_chooser for more user options, > like saving which all image windows. I might need to add check_buttons. > Could somebody direct me about doing that? > Thanks in advance, > Suja.
Unfortunatelly this option in current code is not possible. On other hand you can use Fl_Native_Chooser (you can find it at http://seriss.com/people/erco/fltk/Fl_Native_File_Chooser/) which will call system specific one and (assuming you are on win32) modify it with system API. Alternative solution would be to pick fltk Fl_File_Chooser and do modifications there; this will not be too hard since it's gui code is generated from .fl file (fluid file) allowing you to quickly add or modify parts. -- Sanel _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

