File: Fl_Tree_Item_Array.i

package info (click to toggle)
pyfltk 1.4.4.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,556 kB
  • sloc: python: 7,769; cpp: 356; makefile: 24
file content (17 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* File : Fl_Tree_Item_Array.i */

%feature("docstring") ::Fl_Tree_Item_Array
"""
Because FLTK 1.x.x. has mandated that templates and STL not be used, we use this class to dynamically manage the arrays.
None of the methods do range checking on index values; the caller must be sure that index values are within the range 0<index<total() (unless otherwise noted).
""" ;

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

%include "macros.i"

 //CHANGE_OWNERSHIP(Fl_Tree_Item_Array)

%include "FL/Fl_Tree_Item_Array.H"