[Fltk-2.x] NativeFileChooser

class fltk::NativeFileChooser

Include Files

Dowload latest source from here.

Description

This class lets an FLTK2 application easily and consistently access the local operating system's native file chooser. Some operating systems have very complex and specific file choosers that many users want access to specifically, instead of FLTK2's default file chooser(s).

Methods

 
 

fltk::NativeFileChooser::NativeFileChooser()
fltk::NativeFileChooser::NativeFileChooser(type)

fltk::NativeFileChooser::~NativeFileChooser()

int fltk::NativeFileChooser::count() const

void fltk::NativeFileChooser::directory(const char*)
const char* fltk::NativeFileChooser::directory() const;

const char *fltk::NativeFileChooser::errmsg() const

const char *fltk::NativeFileChooser::filename() const
const char *fltk::NativeFileChooser::filename(int) const

const char *fltk::NativeFileChooser::filter() const
void fltk::NativeFileChooser::filter(const char*)

void fltk::NativeFileChooser::filter_value(int)
int fltk::NativeFileChooser::filter_value()

int fltk::NativeFileChooser::filters()

void fltk::NativeFileChooser::options(int)
int fltk::NativeFileChooser::options()

void fltk::NativeFileChooser::preset_file(const char*)
const char* fltk::NativeFileChooser::preset_file()

int fltk::NativeFileChooser::show() const

const char *fltk::NativeFileChooser::title() const
void fltk::NativeFileChooser::title(const char*)

int fltk::NativeFileChooser::type() const
fltk::NativeFileChooser::type(int)

Typical Usage