diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 22:30:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | c4e20995d4638c2d7575dcf12a917e27387078de (patch) | |
| tree | c89805cb065ab065ce5f5e6771bc2a8460135d5e /src/wx/wx_util.h | |
| parent | f3c36d5d12e15b749d928580c29e4f6cda23e873 (diff) | |
Hide passwords in text fields.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 920d6f244..1b3c4a2ae 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -41,6 +41,7 @@ class wxSpinCtrl; class wxSpinCtrlDouble; class wxGridBagSizer; class wxSplashScreen; +class PasswordEntry; #define DCPOMATIC_SIZER_X_GAP 8 #define DCPOMATIC_SIZER_Y_GAP 8 @@ -99,6 +100,7 @@ extern void checked_set (wxChoice* widget, std::string value); extern void checked_set (wxChoice* widget, std::vector<std::pair<std::string, std::string> > items); extern void checked_set (wxTextCtrl* widget, std::string value); extern void checked_set (wxTextCtrl* widget, wxString value); +extern void checked_set (PasswordEntry* widget, std::string value); extern void checked_set (wxCheckBox* widget, bool value); extern void checked_set (wxRadioButton* widget, bool value); extern void checked_set (wxStaticText* widget, std::string value); |
