value of wxTE_PASSWORD changed to be different from wxCANCEL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -963,10 +963,9 @@ enum wxStretch
|
|||||||
/*
|
/*
|
||||||
* wxTextCtrl style flags
|
* wxTextCtrl style flags
|
||||||
*/
|
*/
|
||||||
#define wxPROCESS_ENTER 0x0004
|
// the flag bits 0x0001, 2, 4 and 8 are free but should be used only for the
|
||||||
#define wxPASSWORD 0x0008
|
// things which don't make sense for a text control used by wxTextEntryDialog
|
||||||
#define wxTE_PROCESS_ENTER wxPROCESS_ENTER
|
// because they would otherwise conflict with wxOK, wxCANCEL, wxCENTRE
|
||||||
#define wxTE_PASSWORD wxPASSWORD
|
|
||||||
#define wxTE_READONLY 0x0010
|
#define wxTE_READONLY 0x0010
|
||||||
#define wxTE_MULTILINE 0x0020
|
#define wxTE_MULTILINE 0x0020
|
||||||
#define wxTE_PROCESS_TAB 0x0040
|
#define wxTE_PROCESS_TAB 0x0040
|
||||||
@@ -975,6 +974,10 @@ enum wxStretch
|
|||||||
#define wxTE_RICH 0x0080
|
#define wxTE_RICH 0x0080
|
||||||
#define wxTE_NO_VSCROLL 0x0100
|
#define wxTE_NO_VSCROLL 0x0100
|
||||||
#define wxTE_AUTO_SCROLL 0x0200
|
#define wxTE_AUTO_SCROLL 0x0200
|
||||||
|
#define wxPROCESS_ENTER 0x0400
|
||||||
|
#define wxPASSWORD 0x0800
|
||||||
|
#define wxTE_PROCESS_ENTER wxPROCESS_ENTER
|
||||||
|
#define wxTE_PASSWORD wxPASSWORD
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wxComboBox style flags
|
* wxComboBox style flags
|
||||||
|
Reference in New Issue
Block a user