]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
Minor tweaks to bring up to date with CVS changes
[wxWidgets.git] / wxPython / src / _listctrl.i
index 22113546b467f9b1280b6fc91e141d1773dbc2cf..cf45734fb4635a0768ede06020aa2126fc1d7b4d 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
@@ -515,6 +513,7 @@ public:
 
     // Sets the item image
     bool SetItemImage(long item, int image, int selImage=-1) ;
+    bool SetItemColumnImage( long item, long column, int image );
 
     // Gets the item text
     wxString GetItemText(long item) const ;