X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..92049cd473c81fbce934e71796b2d841d5e605fa:/include/wx/msw/radiobut.h diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index 8307f8b1f2..35cb5dc292 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,6 +47,7 @@ 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); @@ -89,4 +90,4 @@ class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton #endif #endif - // __RADIOBUTH__ + // _WX_RADIOBUT_H_