summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-28 22:10:44 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-29 00:15:02 +0100
commit716f05c1301bc5cd811df687875cafaf0d37ffd2 (patch)
treeb9a21346e85bbce22175e2af1cd69153085c1613 /src/wx/wx_util.h
parent62b44b2f0690fdd8150d12f8f49cb196ac0e8097 (diff)
Extract RegionSubtagWidget.
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 fd87e04d9..5ef221b15 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -41,6 +41,7 @@ LIBDCP_ENABLE_WARNINGS
class FilePickerCtrl;
class LanguageTagWidget;
+class RegionSubtagWidget;
class wxDirPickerCtrl;
class wxSpinCtrl;
class wxSpinCtrlDouble;
@@ -159,6 +160,7 @@ extern void checked_set (wxStaticText* widget, std::string value);
extern void checked_set (wxStaticText* widget, wxString value);
extern void checked_set(LanguageTagWidget* widget, dcp::LanguageTag value);
extern void checked_set(LanguageTagWidget* widget, boost::optional<dcp::LanguageTag> value);
+extern void checked_set(RegionSubtagWidget* widget, boost::optional<dcp::LanguageTag::RegionSubtag> value);
extern int wx_get (wxChoice* widget);
extern int wx_get (wxSpinCtrl* widget);