summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-23 01:34:15 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-23 01:34:15 +0100
commit69e46a5803c9c015f3da4153340b3d4554deea2e (patch)
treeedae6849bb2523c3d688100def95e7671aa320e6 /src/wx/wx_util.h
parentdc9e313384e77a2cad31f40b87b42b7378e9be36 (diff)
Add checked_set for wxDirPickerCtrl.
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 f59f5d683..1acca044a 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -36,6 +36,7 @@
#endif
class FilePickerCtrl;
+class wxDirPickerCtrl;
class wxSpinCtrl;
class wxSpinCtrlDouble;
class wxGridBagSizer;
@@ -89,6 +90,7 @@ extern boost::filesystem::path path_from_file_dialog (wxFileDialog* dialog, std:
extern double calculate_mark_interval (double start);
extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value);
+extern void checked_set (wxDirPickerCtrl* widget, boost::filesystem::path value);
extern void checked_set (wxSpinCtrl* widget, int value);
extern void checked_set (wxSpinCtrlDouble* widget, double value);
extern void checked_set (wxChoice* widget, int value);