mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Fix arguments in docstring of wx.ListCtrl.HitTestSubItem()
This commit is contained in:
@@ -183,7 +183,7 @@ def run():
|
||||
|
||||
c.addCppMethod(
|
||||
'PyObject*', 'HitTestSubItem', '(const wxPoint& point)',
|
||||
pyArgsString="HitTestSubItem(point) -> (item, flags, subitem)",
|
||||
pyArgsString="(point) -> (item, flags, subitem)",
|
||||
doc="Determines which item (if any) is at the specified point, giving details in flags.",
|
||||
body="""\
|
||||
long item, subitem;
|
||||
|
||||
Reference in New Issue
Block a user