Added wxTE_PROCESS_TAB
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -450,9 +450,7 @@ typedef void (*wxFunction) (wxObject&, wxEvent&);
|
||||
#define wxTE_PASSWORD wxPASSWORD
|
||||
#define wxTE_READONLY 0x0010
|
||||
#define wxTE_MULTILINE 0x0020
|
||||
|
||||
// MSW-only
|
||||
#define wxTE_RICHTEXT 0x0020
|
||||
#define wxTE_PROCESS_TAB 0x0040
|
||||
|
||||
/*
|
||||
* wxComboBox style flags
|
||||
|
Reference in New Issue
Block a user