]> git.saurik.com Git - wxWidgets.git/commitdiff
Added tooltips to radiobox (untested).
authorRobert Roebling <robert@roebling.de>
Fri, 26 Nov 1999 17:34:17 +0000 (17:34 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 26 Nov 1999 17:34:17 +0000 (17:34 +0000)
  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

index cf40f4bd41a195a7fd1ad57a001d279ef378f31e..56139e3b3f38d84155fda3e125d40a01e138dd23 100644 (file)
@@ -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)
 };