made switching from/to multiple selection mode work better (doesn't require recreating the control any more)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -91,6 +91,15 @@ public:
|
||||
wxImageList *m_imageListSmall;
|
||||
|
||||
private:
|
||||
// recreate the list control with the new flags
|
||||
void RecreateList(long flags, bool withText = TRUE);
|
||||
|
||||
// fill the control with items depending on the view
|
||||
void InitWithListItems();
|
||||
void InitWithReportItems();
|
||||
void InitWithIconItems(bool withText, bool sameIcon = FALSE);
|
||||
void InitWithVirtualItems();
|
||||
|
||||
wxLog *m_logOld;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
Reference in New Issue
Block a user