From b0e56bb248b4690fc34505f58b8b795521628ff2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 2 Aug 2001 18:31:29 +0000 Subject: Documentation... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1529 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_FileBrowser.html | 79 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 documentation/Fl_FileBrowser.html (limited to 'documentation/Fl_FileBrowser.html') diff --git a/documentation/Fl_FileBrowser.html b/documentation/Fl_FileBrowser.html new file mode 100644 index 000000000..4a0203298 --- /dev/null +++ b/documentation/Fl_FileBrowser.html @@ -0,0 +1,79 @@ + + + FileBrowser - ESP Widget Set for FLTK + + + Widget Set Home Page + Widget Set Documentation + Download Widget Set + ESP Home Page + FLTK Home Page + + + + + + +

class FileBrowser

+ +
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

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

Methods

+ + + +

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

+ +

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

~FileBrowser()

+ +

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 +filename_match() function in FLTK. + +

int load(const char *directory)

+ +

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