diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-07 13:48:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-07 13:48:16 +0000 |
| commit | 563de0fe1f15ca087abe45c2d259b02fcc5c0f81 (patch) | |
| tree | 6c9cbc900f004bfcda4d88f99aa210cc2edd3e20 /src/wx/wx_util.h | |
| parent | f33a8b9412e8d0f62b4c63b881ff25c00f0aa162 (diff) | |
GUI and metadata for external audio.
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 c2c3b6dde..5cd3e5a7f 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -59,3 +59,4 @@ extern void checked_set (wxSpinCtrl* widget, int value); extern void checked_set (wxComboBox* widget, int 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); |
