diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-11 16:09:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-11 16:09:31 +0000 |
| commit | 329de46d6fb600c1958678ec5d09ef21532130d5 (patch) | |
| tree | e9311d45cd79ef86736479ee2b532bb6f9c13214 /src/wx/audio_panel.h | |
| parent | 0d38c2e4042a521eb3fdcd0d715177eb1e5293fc (diff) | |
Add a couple of audio properties to the multi-select list.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 8cb94f0fa..110dc4efa 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -19,6 +19,7 @@ #include "lib/audio_mapping.h" #include "film_editor_panel.h" +#include "content_widget.h" class wxSpinCtrl; class wxButton; @@ -37,18 +38,16 @@ public: void content_selection_changed (); private: - void gain_changed (); void gain_calculate_button_clicked (); void show_clicked (); - void delay_changed (); void stream_changed (); void mapping_changed (AudioMapping); void setup_stream_description (); - wxSpinCtrl* _gain; + ContentWidget<AudioContent, wxSpinCtrl>* _gain; wxButton* _gain_calculate_button; wxButton* _show; - wxSpinCtrl* _delay; + ContentWidget<AudioContent, wxSpinCtrl>* _delay; wxChoice* _stream; wxStaticText* _description; AudioMappingView* _mapping; |
