]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/radiobox.h
Compile with builtin ODBC in GTK+ ANSI mode
[wxWidgets.git] / include / wx / mac / classic / radiobox.h
index d4d2a46263ad704f45626cb33319cf15ebae5da1..7a60c2ec9a2ca3d7e72656e83d0429376febcef0 100644 (file)
@@ -67,19 +67,18 @@ public:
     virtual wxString GetString(int item) const;
     virtual void SetString(int item, const wxString& label) ;
 
-    virtual void Enable(int item, bool enable);
-    virtual void Show(int item, bool show) ;
+    virtual bool Enable(int item, bool enable = true);
+    virtual bool Show(int item, bool show = true);
 
     virtual int GetColumnCount() const ;
     virtual int GetRowCount() const ;
 
-
-    virtual bool Enable(bool enable = TRUE);
+    virtual bool Enable(bool enable = true);
     virtual wxString GetLabel() const;
     virtual void SetLabel(const wxString& label) ;
-    virtual bool Show(bool show = TRUE);
+    virtual bool Show(bool show = true);
 
-// Other external functions 
+// Other external functions
     void Command(wxCommandEvent& event);
     void SetFocus();
 
@@ -95,7 +94,7 @@ protected:
     int               m_noItems;
     int               m_noRowsOrCols;
 
-// Internal functions 
+// Internal functions
     virtual wxSize DoGetBestSize() const ;
     virtual void DoSetSize(int x, int y,
                            int width, int height,