]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
changed argument types (replaced long with wxCoord)
[wxWidgets.git] / include / wx / msw / radiobut.h
index 35cb5dc292edabc100ccf9b917802d00b11a2b4e..b75df13479626b8704815ae564661e1a2faaa212 100644 (file)
@@ -48,9 +48,10 @@ class WXDLLEXPORT wxRadioButton: public wxControl
   virtual bool GetValue(void) const ;
 
   bool MSWCommand(WXUINT param, WXWORD id);
-  void Command(wxCommandEvent& event);
   virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-                       WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+            WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+
+  void Command(wxCommandEvent& event);
 };
 
 // Not implemented