diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 00:53:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:54:38 +0100 |
| commit | 9fcea2bd3871062e920e2b1cb76ea9235dfd157e (patch) | |
| tree | f28acb96859d46f4f8cee41715f7a2898200aa29 /src/wx/kdm_output_panel.h | |
| parent | 2d5a2f8b4ce4b33f9e2541caa2c5681537b692a1 (diff) | |
Allow KDM output panel widgets to be created with specific parents.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 447588fe7..dd4dbb1fc 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -75,6 +75,9 @@ public: boost::signals2::signal<void ()> MethodChanged; protected: + void create_destination_widgets(wxWindow* parent); + void create_details_widgets(wxWindow* parent); + KDMChoice* _type; wxTextCtrl* _annotation_text; NameFormatEditor* _container_name_format; |
