summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-29 22:10:50 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-29 22:10:50 +0100
commitb4e9d90b9d83c952563ccabc435a5d4310ee4853 (patch)
tree2eddd6bab831528fce9c93a57f09ae61a44fe69a /src/wx/wx_util.h
parentd43aadb0bbb5cbdebbc5c95cb3065ed0aa49296a (diff)
Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more deflickering.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index f55ecbd52..dfa0fca5e 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -71,7 +71,9 @@ extern void checked_set (wxSpinCtrl* widget, int value);
extern void checked_set (wxSpinCtrlDouble* widget, double value);
extern void checked_set (wxChoice* widget, int value);
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 (wxCheckBox* widget, bool value);
extern void checked_set (wxRadioButton* widget, bool value);
extern void checked_set (wxStaticText* widget, std::string value);