fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

forms_fselect.cxx File Reference

#include <FL/forms.H>
#include "flstring.h"
Include dependency graph for forms_fselect.cxx:

Go to the source code of this file.

Functions

char * fl_show_file_selector (const char *message, const char *dir, const char *pat, const char *fname)
char * fl_get_directory ()
char * fl_get_pattern ()
char * fl_get_filename ()

Function Documentation

char* fl_get_directory ( )

Definition at line 59 of file forms_fselect.cxx.

char* fl_get_filename ( )

Definition at line 63 of file forms_fselect.cxx.

char* fl_get_pattern ( )

Definition at line 61 of file forms_fselect.cxx.

char* fl_show_file_selector ( const char *  message,
const char *  dir,
const char *  pat,
const char *  fname 
)

Definition at line 37 of file forms_fselect.cxx.

References Fl_File_Chooser::fl_file_chooser(), fl_filename_name(), and strlcpy.