-1->wxID_ANY, TRUE->true and FALSE->false replacements.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-05-20 17:02:02 +00:00
parent 514982b2d8
commit 1550e40204
2 changed files with 14 additions and 14 deletions

View File

@@ -126,12 +126,12 @@ protected:
private:
// recreate the list control with the new flags
void RecreateList(long flags, bool withText = TRUE);
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 InitWithIconItems(bool withText, bool sameIcon = false);
void InitWithVirtualItems();
// return true if the control is not in virtual view, give an error message