]> git.saurik.com Git - wxWidgets.git/commitdiff
GetEditControl is not wxMSW specific any more
authorRobin Dunn <robin@alldunn.com>
Sun, 5 Mar 2006 04:01:10 +0000 (04:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 5 Mar 2006 04:01:10 +0000 (04:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_listctrl.i

index 22113546b467f9b1280b6fc91e141d1773dbc2cf..47e7b32322aabf8f0c95e625e2d16e9ee22d6842 100644 (file)
@@ -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