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:
@@ -1306,6 +1306,9 @@
|
||||
// number entry dialog
|
||||
#define wxUSE_NUMBERDLG 1
|
||||
|
||||
// credential entry dialog
|
||||
#define wxUSE_CREDENTIALDLG 1
|
||||
|
||||
// splash screen class
|
||||
#define wxUSE_SPLASH 1
|
||||
|
||||
@@ -1628,13 +1631,6 @@
|
||||
// make sure we have the proper dispatcher for the console event loop
|
||||
#define wxUSE_SELECT_DISPATCHER 1
|
||||
#define wxUSE_EPOLL_DISPATCHER 0
|
||||
|
||||
// set to 1 if you have older code that still needs icon refs
|
||||
#define wxOSX_USE_ICONREF 0
|
||||
|
||||
// set to 0 if you have code that has problems with the new bitmap implementation
|
||||
#define wxOSX_BITMAP_NATIVE_ACCESS 1
|
||||
|
||||
/* --- end OSX options --- */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user