X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67..5ecd98f17596ce1593741fb379e1ef813de41fcc:/include/wx/osx/radiobut.h?ds=sidebyside diff --git a/include/wx/osx/radiobut.h b/include/wx/osx/radiobut.h index 6cf506ec36..649a544c3c 100644 --- a/include/wx/osx/radiobut.h +++ b/include/wx/osx/radiobut.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: radiobut.h +// Name: wx/osx/radiobut.h // Purpose: wxRadioButton class // Author: Stefan Csomor // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -39,18 +38,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 OSXHandleClicked( double timestampsec ); protected: - + wxRadioButton *m_cycle; };