X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67..98040646309346e375e05ff923baada721618ab2:/include/wx/osx/radiobut.h diff --git a/include/wx/osx/radiobut.h b/include/wx/osx/radiobut.h index 6cf506ec36..54e4fa34d6 100644 --- a/include/wx/osx/radiobut.h +++ b/include/wx/osx/radiobut.h @@ -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; };