Go to the documentation of this file.
5 #ifndef _FL_TREE_ITEM_ARRAY_H
6 #define _FL_TREE_ITEM_ARRAY_H
52 void enlarge(
int count);
70 #if FLTK_ABI_VERSION >= 10301
72 void swap(
int ax,
int bx);
75 void swap(
int ax,
int bx) {
77 _items[ax] = _items[bx];
84 void remove(
int index);