]> git.saurik.com Git - wxWidgets.git/commitdiff
clarify wxListCtrl::GetItem (fixes #9640)
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 13:42:42 +0000 (13:42 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 13:42:42 +0000 (13:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/listctrl.h

index d6ede9abb4e3ce1906b3765be47cf654356be372..9a9b24fb690a13484382c2820dd1d4d309c957b4 100644 (file)
@@ -339,8 +339,10 @@ public:
 
     /**
         Gets information about the item. See SetItem() for more information.
-        You must call @e info.SetId() to the ID of item you're interested in
-        before calling this method.
+
+        You must call @e info.SetId() to set the ID of item you're interested in
+        before calling this method, and @e info.SetMask() with the flags indicating
+        what fields you need to retrieve from @a info.
     */
     bool GetItem(wxListItem& info) const;