Add a couple missing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -626,6 +626,12 @@ int wxListCtrl::GetItemCount() const
|
||||
return m_count;
|
||||
}
|
||||
|
||||
void wxListCtrl::SetItemSpacing( int spacing, bool isSmall )
|
||||
{
|
||||
if (m_genericImpl)
|
||||
m_genericImpl->SetItemSpacing(spacing, isSmall);
|
||||
}
|
||||
|
||||
wxSize wxListCtrl::GetItemSpacing() const
|
||||
{
|
||||
if (m_genericImpl)
|
||||
|
Reference in New Issue
Block a user