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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user