git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6576
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
long size = wxGetNumberFromUser("Enter the size for the images to use",
"Size: ",
"TreeCtrl sample",
long size = wxGetNumberFromUser("Enter the size for the images to use",
"Size: ",
"TreeCtrl sample",
if ( size == -1 )
return;
if ( size == -1 )
return;
void GetItemsRecursively(const wxTreeItemId& idParent, long cookie);
void GetItemsRecursively(const wxTreeItemId& idParent, long cookie);
- void CreateImageList(int size = 32);
+ void CreateImageList(int size = 16);
void AddTestItemsToTree(size_t numChildren, size_t depth);
void AddTestItemsToTree(size_t numChildren, size_t depth);