> From: Paul Blay <[email protected]> > > Adding a combo box to the form seemed relatively straightforward > and I saved the altered version under a different name. However I > don't understand how the 'f1_dir_chooser' function works. I can't > see where it is defined and I don't know what FL_EXPORT does (is > f1_dir_chooser hardcoded in a .dll or something?). > > Anyway I intend to keep plugging away until I get something working > but I would appreciate any and all hints, pointers and > suggestions. ;-)
Paul, on several occasions (this post, and I think in prior posts) you have referred to f1_dir_chooser... But there is no f1_anything in fltk. There is fl_dir_chooser (note, that is a small "L", not a number "1" there) though. First time, I assumed it was a typo, but maybe you really are looking for f1_* and that is why you can't find it? And it is in fl_file_dir.cxx by the way. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

