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