31 #ifndef Fl_Select_Browser_H
32 #define Fl_Select_Browser_H
34 #include "Fl_Browser.H"
52 #if defined(FL_DLL) // implementation in src/Fl_Browser.cxx
The class is a subclass of Fl_Browser which lets the user select a single item, or no items by clicki...
Definition: Fl_Select_Browser.H:44
Fl_Select_Browser(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Select_Browser widget using the given position, size, and label string.
Definition: Fl_Select_Browser.H:55
The Fl_Browser widget displays a scrolling list of text lines, and manages all the storage for the te...
Definition: Fl_Browser.H:89