]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
1. implemented wxRegKey::Copy() and CopyValue()
[wxWidgets.git] / include / wx / msw / radiobox.h
index 4460f80d0269967091968b92aad0a15c38e6e209..3736dc4dcf1ad7b35e0d33b9944484b6ecf76914 100644 (file)
@@ -78,6 +78,8 @@ public:
     // implementation only from now on
     // -------------------------------
 
+    virtual bool SetFont(const wxFont& font);
+
     long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     WXHWND *GetRadioButtons() const { return m_radioButtons; }
     bool ContainsHWND(WXHWND hWnd) const;
@@ -87,6 +89,7 @@ public:
     int GetNumVer() const;
     int GetNumHor() const;
 
+    // compatibility ctor
 #if WXWIN_COMPATIBILITY
     wxRadioBox(wxWindow *parent, wxFunction func, const char *title,
             int x = -1, int y = -1, int width = -1, int height = -1,