24#ifndef _Fl_File_Browser_H_
25# define _Fl_File_Browser_H_
27# include "Fl_Browser.H"
28# include "Fl_File_Icon.H"
40 const char *directory_;
48 void item_draw(
void *,
int,
int,
int,
int)
const FL_OVERRIDE;
52 enum { FILES, DIRECTORIES };
67 void filter(
const char *pattern);
73 const char *
filter()
const {
return (pattern_); }
92 void errmsg(
const char *emsg);
96 const char*
errmsg()
const {
return errmsg_; }
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:1092
void linespacing(int pixels)
Add some space between browser lines.
Definition Fl_Browser_.H:409
Fl_Browser(int X, int Y, int W, int H, const char *L=0)
The constructor makes an empty browser.
Definition Fl_Browser.cxx:599
Fl_Fontsize textsize() const
Gets the default text size (in pixels) for the lines in the browser.
Definition Fl_Browser.H:153
const char * errmsg() const
Returns OS error messages, or NULL if none.
Definition Fl_File_Browser.H:96
const char * filter() const
Sets or gets the filename filter.
Definition Fl_File_Browser.H:73
Fl_File_Browser(int, int, int, int, const char *=0)
The constructor creates the Fl_File_Browser widget at the specified position and size.
Definition Fl_File_Browser.cxx:360
void iconsize(uchar s)
Sets or gets the size of the icons.
Definition Fl_File_Browser.H:60
uchar iconsize() const
Sets or gets the size of the icons.
Definition Fl_File_Browser.H:58
int filetype() const
Sets or gets the file browser type, FILES or DIRECTORIES.
Definition Fl_File_Browser.H:84
void filetype(int t)
Sets or gets the file browser type, FILES or DIRECTORIES.
Definition Fl_File_Browser.H:91
File names and URI utility functions.
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46
unsigned char uchar
unsigned char
Definition fl_types.h:30
int Fl_File_Sort_F(struct dirent **, struct dirent **)
File sorting function.
Definition filename.H:114
int fl_numericsort(struct dirent **A, struct dirent **B)
Compares directory entries alphanumerically (case-sensitive).
Definition numericsort.c:127