]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Comment associated with wxODBC_FWD_ONLY_CURSORS modified
[wxWidgets.git] / include / wx / msw / radiobox.h
index 6ae78e6b9d59327c57b2adb38006636cb019a368..d574266121be8dd32d499cb4f2648e65321a1a1a 100644 (file)
@@ -78,6 +78,9 @@ 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;
     void SendNotificationEvent();