diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-17 01:16:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-17 01:16:11 +0000 |
| commit | 30c2924b9f6cbe30896d2c8ff1c3505ba79f3a88 (patch) | |
| tree | 3c8bf09cd6b31a5aa053c6fe82d0928dd286e259 /src/wx/wx_util.h | |
| parent | cd35f8e7e6832581f64f5d364d61dc42839eb687 (diff) | |
Try to fix flickery updates (#59).
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index dd069a9d7..6cde08a90 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -63,3 +63,4 @@ extern void checked_set (wxChoice* widget, std::string value); extern void checked_set (wxTextCtrl* 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); |
