From 03e87bb2704155bd45b1eb9f8207ff660bea16d1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 14 Apr 2016 20:58:20 +0000 Subject: 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 --- FL/Fl_System_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') 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 -- cgit v1.2.3