- // Determines which item (if any) is at the specified point,
- // giving details in the second return value (see wxLIST_HITTEST_... flags above)
- long HitTest(const wxPoint& point, int& OUTPUT);
+ DocDeclAStr(
+ 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 wx.LIST_HITTEST flags.)", "");