More docstring updates for OUTPUT parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -682,12 +682,13 @@ public:
|
||||
|
||||
|
||||
|
||||
// determine to which item (if any) belongs the given point (the
|
||||
// coordinates specified are relative to the client area of tree ctrl)
|
||||
// and fill the flags parameter with a bitmask of wxTREE_HITTEST_xxx
|
||||
// constants.
|
||||
//
|
||||
wxTreeItemId HitTest(const wxPoint& point, int& OUTPUT);
|
||||
DocDeclAStr(
|
||||
wxTreeItemId, HitTest(const wxPoint& point, int& OUTPUT),
|
||||
"HitTest(Point point) -> (item, where)",
|
||||
"Determine which item (if any) belongs the given point. The\n"
|
||||
"coordinates specified are relative to the client area of tree ctrl\n"
|
||||
"and the where return value is set to a bitmask of wxTREE_HITTEST_xxx\n"
|
||||
"constants.\n");
|
||||
|
||||
|
||||
%extend {
|
||||
|
||||
Reference in New Issue
Block a user