]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / radiobox.h
index 89673b211f2600e75950a621f6852d7e7fbd6c44..79b607ebbbd1578960498f7fcce0b178bcfb5d8b 100644 (file)
@@ -92,8 +92,8 @@ public:
     virtual int GetCount() const;
     virtual wxString GetString(int n) const;
     virtual void SetString(int n, const wxString& label);
     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 bool Enable(int n, bool enable = true);
+    virtual bool Show(int n, bool show = true);
     virtual int GetColumnCount() const { return GetNumHor(); }
     virtual int GetRowCount() const { return GetNumVer(); }
 
     virtual int GetColumnCount() const { return GetNumHor(); }
     virtual int GetRowCount() const { return GetNumVer(); }
 
@@ -144,6 +144,13 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
+#ifndef __WXWINCE__
+    virtual WXHRGN MSWGetRegionWithoutChildren();
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
+                                    WXWPARAM wParam,
+                                    WXLPARAM lParam);
+#endif // __WXWINCE__
+
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;