X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcb07ff03e6c308e7a1c30479017d77dad9c4cb3..628051704648f309df50fff9b3d485780e7ad022:/include/wx/osx/carbon/window.h diff --git a/include/wx/osx/carbon/window.h b/include/wx/osx/carbon/window.h index 4cb6f8c7c8..783aee0929 100644 --- a/include/wx/osx/carbon/window.h +++ b/include/wx/osx/carbon/window.h @@ -84,7 +84,9 @@ public: const; protected: virtual void DoEnable( bool enable ); +#if wxUSE_MENUS virtual bool DoPopupMenu( wxMenu *menu, int x, int y ); +#endif virtual void DoFreeze(); virtual void DoThaw(); @@ -247,6 +249,9 @@ public: void * MacGetCGContextRef() { return m_cgContextRef ; } void MacSetCGContextRef(void * cg) { m_cgContextRef = cg ; } + // osx specific event handling common for all osx-ports + + virtual bool HandleClicked( double timestampsec ); protected: // For controls like radio buttons which are genuinely composite wxList m_subControls;