X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/osx/radiobut.h?ds=inline 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; };