]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
GetEditControl is not wxMSW specific any more
[wxWidgets.git] / 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