docstring fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-23 21:08:43 +00:00
parent 9cca52ba2b
commit b60e45d16a

View File

@@ -192,7 +192,7 @@ public:
DocDeclAStr( DocDeclAStr(
virtual int, HitTest(const wxPoint& pt, long* OUTPUT) const, virtual int, HitTest(const wxPoint& pt, long* OUTPUT) const,
"HitTest(Point pt) -> (tab, where)", "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 // implement some base class functions
virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const; virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;