From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../fltk-1.1.10/documentation/Fl_File_Browser.html | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_File_Browser.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_File_Browser.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_File_Browser.html b/third_party/windows/fltk-1.1.10/documentation/Fl_File_Browser.html new file mode 100644 index 0000000..d516033 --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_File_Browser.html @@ -0,0 +1,84 @@ + + + Fl_File_Browser + + + + +

class Fl_File_Browser

+ +
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

The Fl_File_Browser widget displays a list of filenames, +optionally with file-specific icons. + +

Methods

+ + + +

Fl_File_Browser(int xx, int yy, int ww, int hh, const char *l = 0)

+ +

The constructor creates the Fl_File_Browser widget at the specified +position and size. + +

~Fl_File_Browser()

+ +

The destructor destroys the widget and frees all memory that has been +allocated. + +

void iconsize(uchar s)
+uchar iconsize() const

+ +

Sets or gets the size of the icons. The default size is 20 pixels. + +

void filter(const char *pattern)
+const char *filter() const

+ +

Sets or gets the filename filter. The pattern matching uses +the fl_filename_match() +function in FLTK. + +

void filetype(int type)
+int filetype() const

+ +

Sets or gets the file browser type, FILES or +DIRECTORIES. When set to FILES, both +files and directories are shown. Otherwise only directories are +shown. + +

int load(const char *directory, Fl_File_Sort_F *sort = fl_numeric_sort)

+ +

Loads the specified directory into the browser. If icons have been +loaded then the correct icon is associated with each file in the list. + +

The sort argument specifies a sort function to be used with +fl_filename_list(). + + + -- cgit v1.3.1