From e4c730e9220ed9dd3e68730604329a05989bc848 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 26 Nov 1999 17:34:17 +0000 Subject: [PATCH] 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 --- include/wx/listctrl.h | 4 ++++ 1 file changed, 4 insertions(+) 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) }; -- 2.50.0