diff options
| author | Manolo Gouy <Manolo> | 2016-04-14 20:58:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-14 20:58:20 +0000 |
| commit | 03e87bb2704155bd45b1eb9f8207ff660bea16d1 (patch) | |
| tree | 1f75d40dd48893945712751aea4ac8fb7f826a17 /src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| parent | 0e0ad95b22f5500c921a4a93ee26eff725a9455b (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 'src/drivers/Darwin/Fl_Darwin_System_Driver.H')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index f2434b9a7..7a7651898 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -67,6 +67,7 @@ public: static const char * const tree_open_xpm_darwin[]; // used by tree_openpixmap() virtual Fl_Pixmap *tree_closepixmap(); static const char * const tree_close_xpm_darwin[]; // used by tree_closepixmap() + virtual int tree_connector_style(); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
