File: Fl_Check_Browser.i

package info (click to toggle)
pyfltk 1.3.8%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,868 kB
  • sloc: python: 7,494; cpp: 351; perl: 55; makefile: 24
file content (22 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* File : Fl_Check_Browser.i */
//%module Fl_Check_Browser

%feature("docstring") ::Fl_Check_Browser
"""
The Fl_Check_Browser widget displays a scrolling list of text lines that may be selected and/or checked by the user.
""" ;

%{
#include "FL/Fl_Check_Browser.H"
%}

%ignore Fl_Check_Browser::add(char *s);  
%ignore Fl_Check_Browser::add(char *s, int b); 

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Check_Browser)

%include "FL/Fl_Check_Browser.H"