1
/* File : Fl_Multi_Browser.i */
2
//%module Fl_Multi_Browser
4
%feature("docstring") ::Fl_Multi_Browser
6
The Fl_Multi_Browser class is a subclass of Fl_Browser which lets the user
7
select any set of the lines. The user interface is Macintosh style: clicking
8
an item turns off all the others and selects that one, dragging selects all
9
the items the mouse moves over, and shift + click toggles the items. This
10
is different then how forms did it. Normally the callback is done when the
11
user releases the mouse, but you can change this with when().
13
See Fl_Browser for methods to add and remove lines from the browser.
17
#include "FL/Fl_Multi_Browser.H"
22
CHANGE_OWNERSHIP(Fl_Multi_Browser)
24
%include "FL/Fl_Multi_Browser.H"