bfe61f036a
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5417 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
8 lines
148 B
C++
8 lines
148 B
C++
#include <FL/Fl_File_Chooser.H>
|
|
int main() {
|
|
fl_file_chooser("Press Cancel", "*", "");
|
|
fl_file_chooser("Press Cancel", "*", "");
|
|
return 0;
|
|
}
|
|
|