31#ifndef Fl_Hold_Browser_H
32#define Fl_Hold_Browser_H
34#include "Fl_Browser.H"
The Fl_Browser widget displays a scrolling list of text lines, and manages all the storage for the te...
Definition: Fl_Browser.H:89
The Fl_Hold_Browser is a subclass of Fl_Browser which lets the user select a single item,...
Definition: Fl_Hold_Browser.H:45
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