New defines for wxTreeCtrl

Corrections to print preview
  MakeModal behaves sanely now.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-28 09:28:38 +00:00
parent eebc8b5e75
commit c25ccf85c1
4 changed files with 21 additions and 27 deletions

View File

@@ -567,6 +567,11 @@ typedef void (*wxFunction) (wxObject&, wxEvent&);
#define wxTR_EDIT_LABELS 0x0008
#define wxTR_LINES_AT_ROOT 0x0010
#define wxTR_SINGLE 0x0000
#define wxTR_MULTIPLE 0x0020
#define wxTR_EXTENDED 0x0040
#define wxTR_HAS_VARIABLE_ROW_HIGHT 0x0080
/*
* wxListCtrl flags
*/