]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
corrected a bug in dc which resetted the port , exchanged the wxchoice implementation
[wxWidgets.git] / include / wx / msw / radiobut.h
index 1a546cee836e4b8b5f9ac9609f51f1eb3db24cea..b75df13479626b8704815ae564661e1a2faaa212 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxRadioButtonNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxRadioButtonNameStr;
 
 class WXDLLEXPORT wxRadioButton: public wxControl
 {
@@ -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