Added SetItemSpacing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-02-06 18:30:23 +00:00
parent a1c41ce60b
commit 7c0f7a55ff

View File

@@ -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;