]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef...
[wxWidgets.git] / wxPython / src / _listctrl.i
index 1505e755f973649a8e6bed99ca68876dd8cf4df3..15b4ef2b3ae79711c15b475415620e8554ac6d85 100644 (file)
@@ -666,7 +666,8 @@ details in the second return value (see wx.LIST_HITTEST flags.)", "");
     %Rename(InsertImageStringItem,  long, InsertItem(long index, const wxString& label, int imageIndex));
 
     // For list view mode (only), inserts a column.
-    %Rename(InsertColumnInfo,  long, InsertColumn(long col, wxListItem& info));
+    %Rename(InsertColumnItem,  long, InsertColumn(long col, wxListItem& info));
+    %pythoncode { InsertColumnInfo = InsertColumnItem }
 
     long InsertColumn(long col,
                       const wxString& heading,