docstring fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-18 04:46:57 +00:00
parent 24054d48e9
commit 7c1f6b54a5
4 changed files with 12 additions and 11 deletions

View File

@@ -650,7 +650,7 @@ public:
long, HitTest(const wxPoint& point, int& OUTPUT),
"HitTest(Point point) -> (item, where)",
"Determines which item (if any) is at the specified point, giving
details in the second return value (see wxLIST_HITTEST_... flags.)", "");
details in the second return value (see wx.LIST_HITTEST flags.)", "");
// Inserts an item, returning the index of the new item if successful,
// -1 otherwise.