Ok then, try to modify notebook padding instead.
[dcpomatic.git] / src / wx / wx_util.h
index 5cd3e5a7fcbee104c058dc8837486dc65aad2aa2..6cb7fd00290e8abf553ceade48d651818e440716 100644 (file)
@@ -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);