]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
wxGTK has SetSelection now
[wxWidgets.git] / wxPython / src / _notebook.i
index 63b40a0565070450db5de460365f43fd90f646f5..baff847c7694330d8124b82945fbc4d9a9ccd0c5 100644 (file)
@@ -192,7 +192,7 @@ public:
     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.");
+        "Returns the tab which is hit, and flags indicating where using wx.NB_HITTEST_ flags.");
 
     // implement some base class functions
     virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;