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:
@@ -559,6 +559,10 @@ public:
|
|||||||
// view, otherwise the large icon view.
|
// view, otherwise the large icon view.
|
||||||
int GetItemSpacing(bool isSmall) const;
|
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
|
// Gets the number of selected items in the list control
|
||||||
int GetSelectedItemCount() const;
|
int GetSelectedItemCount() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user