fltk
1.3.5-source
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Fossies Dox: fltk-1.3.5-source.tar.bz2 ("inofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file. 103 char same_pattern = 0;
105 if ( fcf && pat && strcmp(fcf, pat)==0)
107 else if ( (fcf==0L || *fcf==0) && (pat==0L || *pat==0) )
114 if (!same_pattern &&
fc->
value()) {
118 char *
p = strrchr(retname,
'/');
133 }
else if (!*
fname) {
140 if (n) *((
char*)n) = 0;
int fl_filename_relative(char *to, int tolen, const char *from)
void fl_file_chooser_ok_label(const char *l)
char * fl_file_chooser(const char *message, const char *pat, const char *fname, int relative)
static void callback(Fl_File_Chooser *, void *)
static Fl_File_Chooser * fc
void label(const char *l)
const char * value(int f=1)
void callback(void(*cb)(Fl_File_Chooser *, void *), void *d=0)
void filter(const char *p)
char * fl_dir_chooser(const char *message, const char *fname, int relative)
static const char * current_label
static const char * fname
const char * fl_filename_name(const char *filename)
const char * fl_ok
string pointer used in common dialogs, you can change it to another language
static void cb(Fl_Widget *, void *v)
void fl_file_chooser_callback(void(*cb)(const char *))
void ok_label(const char *l)
void directory(const char *d)
static void popup(Fl_File_Chooser *fc)
static void(* current_callback)(const char *)=0
static Fl_Window * grab()