From: Robert Roebling Date: Fri, 26 Nov 1999 17:34:17 +0000 (+0000) Subject: Added tooltips to radiobox (untested). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4c730e9220ed9dd3e68730604329a05989bc848 Added tooltips to radiobox (untested). wxListCtrl now uses deferred events. Some debug code changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index cf40f4bd41..56139e3b3f 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -54,6 +54,10 @@ public: inline long GetMask() { return m_item.m_mask; } inline const wxListItem &GetItem() const { return m_item; } +#ifndef __WXMSW__ + void CopyObject(wxObject& object_dest) const; +#endif + private: DECLARE_DYNAMIC_CLASS(wxListEvent) };