31#ifndef Fl_Multi_Browser_H
32#define Fl_Multi_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_Multi_Browser class is a subclass of Fl_Browser which lets the user select any set of the line...
Definition: Fl_Multi_Browser.H:46
Fl_Multi_Browser(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Multi_Browser widget using the given position, size, and label string.
Definition: Fl_Multi_Browser.H:57