diff options
| author | Manolo Gouy <Manolo> | 2016-04-14 20:44:23 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-14 20:44:23 +0000 |
| commit | 0e0ad95b22f5500c921a4a93ee26eff725a9455b (patch) | |
| tree | fe8ef6658f78ec62a3bf900cb018b2be2ba83001 /src/drivers | |
| parent | a409f7c338d779b4ed473a27765b46cd4963edfa (diff) | |
Begin to rewrite Fl_Tree_Prefs.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11605 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index 5622b90c9..f2434b9a7 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -63,6 +63,10 @@ public: virtual const char *latin1_to_local(const char *t, int n); virtual const char *local_to_mac_roman(const char *t, int n); virtual const char *mac_roman_to_local(const char *t, int n); + virtual Fl_Pixmap *tree_openpixmap(); + 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() }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
