summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-14 20:58:20 +0000
committerManolo Gouy <Manolo>2016-04-14 20:58:20 +0000
commit03e87bb2704155bd45b1eb9f8207ff660bea16d1 (patch)
tree1f75d40dd48893945712751aea4ac8fb7f826a17 /FL
parent0e0ad95b22f5500c921a4a93ee26eff725a9455b (diff)
Complete rewriting of Fl_Tree_Prefs.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11606 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_System_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H
index 6163cb9e4..028802c58 100644
--- a/FL/Fl_System_Driver.H
+++ b/FL/Fl_System_Driver.H
@@ -189,6 +189,8 @@ public:
virtual Fl_Pixmap *tree_closepixmap();
static const char *const tree_open_xpm[]; // used by tree_openpixmap()
static const char * const tree_close_xpm[]; // used by tree_closepixmap()
+ // the default implementation of tree_connector_style() is in Fl_Tree_Prefs.cxx and can be enough
+ virtual int tree_connector_style();
};
#endif // FL_SYSTEM_DRIVER_H