From 7c0f7a55ff0ff678d2e1ba31eb52032d72c95524 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 6 Feb 2003 18:30:23 +0000 Subject: [PATCH] Added SetItemSpacing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls2.i | 4 ++++ 1 file changed, 4 insertions(+) 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;