Add common dialog wxCredentialEntryDialog
Prompting for user name and password is a common task. At least windows provides these dialogs native but this is just a generic implementation for now.
This commit is contained in:
parent
b11fbd0901
commit
d756159f5d
32 changed files with 532 additions and 40 deletions
|
|
@ -2128,6 +2128,7 @@
|
|||
# if wxUSE_FONTDLG || \
|
||||
wxUSE_FILEDLG || \
|
||||
wxUSE_CHOICEDLG || \
|
||||
wxUSE_CREDENTIALDLG || \
|
||||
wxUSE_NUMBERDLG || \
|
||||
wxUSE_TEXTDLG || \
|
||||
wxUSE_DIRDLG || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue