From: Robin Dunn Date: Sun, 5 Mar 2006 04:01:10 +0000 (+0000) Subject: GetEditControl is not wxMSW specific any more X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ce8a6113a12e8b9f68347d0517d8a985b95039d GetEditControl is not wxMSW specific any more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_listctrl.i b/wxPython/src/_listctrl.i index 22113546b4..47e7b32322 100644 --- a/wxPython/src/_listctrl.i +++ b/wxPython/src/_listctrl.i @@ -483,10 +483,8 @@ public: // return the total area occupied by all the items (icon/small icon only) wxRect GetViewRect() const; -#ifdef __WXMSW__ // Gets the edit control for editing labels. wxTextCtrl* GetEditControl() const; -#endif // Gets information about the item %pythonAppend GetItem "if val is not None: val.thisown = 1"; // %newobject doesn't work with OOR typemap