]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
Noted where the documentation was
[wxWidgets.git] / wxPython / src / _notebook.i
index 9f3274e83564f185d5bed4ba652ab6e015971b72..305a3103a48e3dea190abc63026fc62c44993be2 100644 (file)
@@ -191,7 +191,10 @@ public:
 
     // hit test, returns which tab is hit and, optionally, where (icon, label)
     // (not implemented on all platforms)
-    virtual int HitTest(const wxPoint& pt, long* OUTPUT) const;
+    DocDeclAStr(
+        virtual int, HitTest(const wxPoint& pt, long* OUTPUT) const,
+        "HitTest(Point pt) -> (tab, where)",
+        "Returns the tab which is hit, and flags indicating where using wxNB_HITTEST_ flags.");
 
     // implement some base class functions
     virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;