diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-14 13:40:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-14 13:40:35 +0000 |
| commit | b1e4b53ed5b674bb3b65390eba4c04873a8b9ec7 (patch) | |
| tree | 9f3171a9290f1b6421ad284d6286b8d3da22c37a /src/wx/wx_util.h | |
| parent | d99ca0a95e61b53105f765497bc465a7420e7a47 (diff) | |
Add ratio control to multi-select.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 48683492c..8ac824c50 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -84,6 +84,9 @@ 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); +extern int wx_get (wxChoice* widget); +extern int wx_get (wxSpinCtrl* widget); + /* GTK 2.24.17 has a buggy GtkFileChooserButton and it was put in Ubuntu 13.04. This also seems to apply to 2.24.20 in Ubuntu 13.10 Use our own dir picker as this is the least bad option I can think of. |
