compilation fix after last check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -616,6 +616,7 @@ public:
|
|||||||
void SetItemState( long item, long state, long stateMask );
|
void SetItemState( long item, long state, long stateMask );
|
||||||
int GetItemState( long item, long stateMask ) const;
|
int GetItemState( long item, long stateMask ) const;
|
||||||
void GetItemRect( long index, wxRect &rect ) const;
|
void GetItemRect( long index, wxRect &rect ) const;
|
||||||
|
wxRect GetViewRect() const;
|
||||||
bool GetItemPosition( long item, wxPoint& pos ) const;
|
bool GetItemPosition( long item, wxPoint& pos ) const;
|
||||||
int GetSelectedItemCount() const;
|
int GetSelectedItemCount() const;
|
||||||
|
|
||||||
@@ -4759,7 +4760,7 @@ void wxGenericListCtrl::SetItemSpacing( int spacing, bool isSmall )
|
|||||||
|
|
||||||
wxSize wxGenericListCtrl::GetItemSpacing() const
|
wxSize wxGenericListCtrl::GetItemSpacing() const
|
||||||
{
|
{
|
||||||
const int spacing = GetItemSpacing(HasFlag(wxLC_SMALL_ICON));
|
const int spacing = m_mainWin->GetItemSpacing(HasFlag(wxLC_SMALL_ICON));
|
||||||
|
|
||||||
return wxSize(spacing, spacing);
|
return wxSize(spacing, spacing);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user