1 /* File : Fl_Tree_Item_Array.i */
2 
3 %feature("docstring") ::Fl_Tree_Item_Array
4 """
5 Because FLTK 1.x.x. has mandated that templates and STL not be used, we use this class to dynamically manage the arrays.
6 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).
7 """ ;
8 
9 %{
10 #include "FL/Fl_Tree_Item_Array.H"
11 %}
12 
13 %include "macros.i"
14 
15 CHANGE_OWNERSHIP(Fl_Tree_Item_Array)
16 
17 %include "FL/Fl_Tree_Item_Array.H"
18