]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
I moved platform specific code from wxImage to wxBitmap
[wxWidgets.git] / include / wx / msw / radiobut.h
index f5bb924c9160b8981aba245f9133def6240e24b6..b75df13479626b8704815ae564661e1a2faaa212 100644 (file)
@@ -48,6 +48,9 @@ class WXDLLEXPORT wxRadioButton: public wxControl
   virtual bool GetValue(void) const ;
 
   bool MSWCommand(WXUINT param, WXWORD id);
+  virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
+            WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+
   void Command(wxCommandEvent& event);
 };