]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/spinctrl.h
Basic support for tooltips under OS X Cocoa.
[wxWidgets.git] / include / wx / osx / spinctrl.h
index 04491ff26931e7102db2619c4522fedf6876a889..c9bd5422a0f3bf6fa0e5aaab77af49b5e383c4bf 100644 (file)
@@ -78,8 +78,8 @@ public:
     // implementation from now on
 
     // forward these functions to all subcontrols
-    virtual bool Enable(bool enable = TRUE);
-    virtual bool Show(bool show = TRUE);
+    virtual bool Enable(bool enable = true);
+    virtual bool Show(bool show = true);
 
     // get the subcontrols
     wxTextCtrl *GetText() const { return m_text; }