clarify wxListCtrl::GetItem (fixes #9640)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -339,8 +339,10 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Gets information about the item. See SetItem() for more information.
|
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;
|
bool GetItem(wxListItem& info) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user