]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
[ 1070686 ] wxOutputStream::Close()
[wxWidgets.git] / include / wx / msw / radiobox.h
index 49c1cf07710d631d89bccf6180429286e8d45401..d6dbac8bbec1b206d61d9c02dc3d0000ef069a23 100644 (file)
@@ -85,15 +85,15 @@ public:
     virtual int GetCount() const;
     virtual wxString GetString(int n) const;
     virtual void SetString(int n, const wxString& label);
-    virtual void Enable(int n, bool enable = TRUE);
-    virtual void Show(int n, bool show = TRUE);
+    virtual void Enable(int n, bool enable = true);
+    virtual void Show(int n, bool show = true);
     virtual int GetColumnCount() const;
     virtual int GetRowCount() const;
 
-    virtual bool Show(bool show = TRUE);
+    virtual bool Show(bool show = true);
     void SetFocus();
-    virtual bool Enable(bool enable = TRUE);
-    void SetLabelFont(const wxFont& WXUNUSED(font)) {};
+    virtual bool Enable(bool enable = true);
+    void SetLabelFont(const wxFont& WXUNUSED(font)) {}
     void SetButtonFont(const wxFont& font) { SetFont(font); }
 
     void Command(wxCommandEvent& event);
@@ -113,9 +113,6 @@ public:
     virtual bool SetFont(const wxFont& font);
 
     WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
-    virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-                                WXUINT message,
-                                WXWPARAM wParam, WXLPARAM lParam);
     WXHWND *GetRadioButtons() const { return m_radioButtons; }
     bool ContainsHWND(WXHWND hWnd) const;
     void SendNotificationEvent();