X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..94734b4e51431d4d4d5bccaf011b28e82515091e:/include/wx/osx/radiobut.h diff --git a/include/wx/osx/radiobut.h b/include/wx/osx/radiobut.h index 9c719eed3b..ec8360e4ab 100644 --- a/include/wx/osx/radiobut.h +++ b/include/wx/osx/radiobut.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: radiobut.h +// Name: wx/osx/radiobut.h // Purpose: wxRadioButton class // Author: Stefan Csomor // Modified by: @@ -39,18 +39,18 @@ public: virtual void SetValue(bool val); virtual bool GetValue() const ; - // implementation - + // implementation + void Command(wxCommandEvent& event); wxRadioButton *AddInCycle(wxRadioButton *cycle); void RemoveFromCycle(); inline wxRadioButton *NextInCycle() {return m_cycle;} - + // osx specific event handling common for all osx-ports - - virtual bool HandleClicked( double timestampsec ); + + virtual bool OSXHandleClicked( double timestampsec ); protected: - + wxRadioButton *m_cycle; };