diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-07-10 09:44:45 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-07-10 09:44:45 +0000 |
| commit | 32716d6b1e8a90cbe61b60994323029ec6abe85c (patch) | |
| tree | 9c047f9cbf6a6581ef408dfabdab0aebde240a1b /test/tree.h | |
| parent | 8306c3d0b31d4e60a9ba9c4d0ca4ed6a32226de1 (diff) | |
Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tree.h')
| -rw-r--r-- | test/tree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tree.h b/test/tree.h index e479bff11..c25437b93 100644 --- a/test/tree.h +++ b/test/tree.h @@ -9,6 +9,8 @@ #include <FL/Fl_Group.H> #include <FL/Fl_Tree.H> #include <FL/fl_ask.H> +#include <FL/Fl_File_Chooser.H> +#include <FL/Fl_Preferences.H> void Button_CB(Fl_Widget*w, void*data); void RebuildTree(); #include <FL/Fl_Double_Window.H> @@ -44,6 +46,7 @@ extern Fl_Button *insertabove_button; extern Fl_Button *rebuildtree_button; extern Fl_Button *clearselected_button; extern Fl_Button *clearall_button; +extern Fl_Button *loaddb_button; extern Fl_Menu_Item menu_collapseicons_chooser[]; extern Fl_Menu_Item menu_connectorstyle_chooser[]; extern Fl_Menu_Item menu_labelcolor_chooser[]; |
