X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..f547e9bb27ed4fb6a05148c88dd4da43aed310dd:/include/wx/msw/radiobut.h diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index 8307f8b1f2..f5bb924c91 100644 --- a/include/wx/msw/radiobut.h +++ b/include/wx/msw/radiobut.h @@ -5,12 +5,12 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __RADIOBUTH__ -#define __RADIOBUTH__ +#ifndef _WX_RADIOBUT_H_ +#define _WX_RADIOBUT_H_ #ifdef __GNUG__ #pragma interface "radiobut.h" @@ -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 { @@ -47,9 +47,8 @@ class WXDLLEXPORT wxRadioButton: public wxControl virtual void SetValue(bool val); 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); }; // Not implemented @@ -89,4 +88,4 @@ class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton #endif #endif - // __RADIOBUTH__ + // _WX_RADIOBUT_H_