ifdef'ed out GetBoundingRect for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-09-14 03:34:00 +00:00
parent a65c6e1446
commit 761a9d2b1f

View File

@@ -447,6 +447,7 @@ public:
bool IsBold(const wxTreeItemId& item) const;
wxTreeItemId HitTest(const wxPoint& point);
#ifdef __WXMSW__
//bool GetBoundingRect(const wxTreeItemId& item, wxRect& rect, int textOnly = FALSE)
%addmethods {
PyObject* GetBoundingRect(const wxTreeItemId& item, int textOnly = FALSE) {
@@ -459,6 +460,7 @@ public:
}
}
}
#endif
%pragma(python) addtoclass = "
# Redefine a couple methods that SWIG gets a bit confused on...