Hello, I'd like getting the names of the filenames picked in a Fl_File_Browser widget. For example, filling a vector string with all the selected filenames if the browser. Thanks to Greg Ercolano's snippet, method for doing this with Fl_File_Choser is quite simple, but i'd like doing the same thing with Fl_File_Browser.
What i did for the moment is creating a Fl_File_Browser, displaying it, and filling it with the "load" method. But now, what can i do for getting the selected filenames ? I did'nt see any method in Fl_File_Browser, nor in Fl_Browser. So i looked in Fl_Browser_ Should i use this functions ? I don't understand what they do. virtual void Fl_Browser_::item_select(void *p, int s=1) virtual int Fl_Browser_::item_selected(void *p) const Thank you. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

