X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67..94734b4e51431d4d4d5bccaf011b28e82515091e:/include/wx/osx/radiobut.h diff --git a/include/wx/osx/radiobut.h b/include/wx/osx/radiobut.h index 6cf506ec36..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 OSXHandleClicked( double timestampsec ); protected: - + wxRadioButton *m_cycle; };