]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
Made CCS_VERT definition more general
[wxWidgets.git] / include / wx / msw / radiobut.h
index 1ffb17d75159d9724f855c6f2f368ca09d55b165..4294d847c26cd3146ddcdced332b2ad9b91d5d69 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "radiobut.h"
 #endif
 
@@ -52,6 +52,7 @@ public:
     // implementation only from now on
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
+    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     virtual void SetFocus();
 
@@ -65,7 +66,7 @@ private:
     // see the comments in SetFocus()
     bool m_focusJustSet;
 
-    DECLARE_DYNAMIC_CLASS(wxRadioButton)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxRadioButton)
 };
 
 #endif