From a657069cc53cc05245762e9323efa040a9f70da2 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 8 Dec 2009 08:06:44 +0000 Subject: Checked in SebHoll's API mods, fixed indents. o Added user_data() to Fl_Tree_Item o Added insert() and add() methods that allow specification of Fl_Tree_Prefs o Changed Fl_Pixmap args to Fl_Image for more flexibility o Fixes for positioning of items in the presence of user icons o find_children() changed from protected -> public git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6956 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tree_Item_Array.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Tree_Item_Array.H') diff --git a/FL/Fl_Tree_Item_Array.H b/FL/Fl_Tree_Item_Array.H index 68e34db28..19a28b4dc 100644 --- a/FL/Fl_Tree_Item_Array.H +++ b/FL/Fl_Tree_Item_Array.H @@ -6,11 +6,11 @@ #define _FL_TREE_ITEM_ARRAY_H class Fl_Tree_Item; // forward decl must *precede* first doxygen comment block -// or doxygen will not document our class.. + // or doxygen will not document our class.. -////////////////////// +////////////////////////// // FL/Fl_Tree_Item_Array.H -////////////////////// +////////////////////////// // // Fl_Tree -- This file is part of the Fl_Tree widget for FLTK // Copyright (C) 2009 by Greg Ercolano. -- cgit v1.2.3