]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
clarified the rules for determining whether the path is absolute or relative (patch...
[wxWidgets.git] / wxPython / src / _listctrl.i
index cf45734fb4635a0768ede06020aa2126fc1d7b4d..d8f320f29b34baa21102f09b50f6e83ae7c7b82c 100644 (file)
@@ -558,9 +558,11 @@ public:
 
     // get the horizontal and vertical components of the item spacing
     wxSize GetItemSpacing() const;
+    %pythoncode { GetItemSpacing = wx._deprecated(GetItemSpacing) }
 
 #ifndef __WXMSW__
     void SetItemSpacing( int spacing, bool isSmall = false );
+    %pythoncode { SetItemSpacing = wx._deprecated(SetItemSpacing) }
 #endif
 
     // Gets the number of selected items in the list control