diff --git a/wxPython/src/controls2.i b/wxPython/src/controls2.i index 61b0e8509a..da3e8854fa 100644 --- a/wxPython/src/controls2.i +++ b/wxPython/src/controls2.i @@ -559,6 +559,10 @@ public: // view, otherwise the large icon view. int GetItemSpacing(bool isSmall) const; +#ifndef __WXMSW__ + void SetItemSpacing( int spacing, bool isSmall = FALSE ); +#endif + // Gets the number of selected items in the list control int GetSelectedItemCount() const;