1 /* File : Fl_Check_Browser.i */
2 //%module Fl_Check_Browser
3 
4 %feature("docstring") ::Fl_Check_Browser
5 """
6 The Fl_Check_Browser widget displays a scrolling list of text lines that may be selected and/or checked by the user.
7 """ ;
8 
9 %{
10 #include "FL/Fl_Check_Browser.H"
11 %}
12 
13 %ignore Fl_Check_Browser::add(char *s);
14 %ignore Fl_Check_Browser::add(char *s, int b);
15 
16 %include "macros.i"
17 
18 CHANGE_OWNERSHIP(Fl_Check_Browser)
19 
20 %include "FL/Fl_Check_Browser.H"
21 
22 
23