summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-10 13:19:09 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-10 13:19:09 +0000
commit3d9b5186aa39150e53aef3bab09f4350f85cb885 (patch)
treeaec2493b2d319f2694ebe7304990c6addb702fc7 /src/wx/wx_util.h
parent5c225839172ce9f0a9be81dabfbbeb3190a9ff20 (diff)
More various AudioStream hacks.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 5cd3e5a7f..6cb7fd002 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -54,9 +54,12 @@ private:
static const int _update_event_id;
};
+extern std::string string_client_data (wxClientData* o);
+
extern void checked_set (wxFilePickerCtrl* widget, std::string value);
extern void checked_set (wxSpinCtrl* widget, int value);
extern void checked_set (wxComboBox* widget, int value);
+extern void checked_set (wxComboBox* 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);