X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10a3fc075c70eaefa6e02edc4eaa8e3476e8bef9..15c3723c6092669f91c9251382f4a1521deeceeb:/include/wx/mac/control.h diff --git a/include/wx/mac/control.h b/include/wx/mac/control.h index 4cf51df8f6..417d5d5bb0 100644 --- a/include/wx/mac/control.h +++ b/include/wx/mac/control.h @@ -75,6 +75,7 @@ public: virtual void MacSuperShown( bool show ) ; virtual bool MacCanFocus() const ; virtual void MacUpdateDimensions() ; + void* MacGetControlAction() { return m_macControlAction ; } virtual void DoSetSize(int x, int y,int width, int height,int sizeFlags = wxSIZE_AUTO ) ; void OnKeyDown( wxKeyEvent &event ) ; @@ -104,6 +105,7 @@ protected: protected: // For controls like radiobuttons which are really composite WXWidget m_macControl ; + void* m_macControlAction ; bool m_macControlIsShown ; wxList m_subControls; int m_macHorizontalBorder ;