diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-22 12:25:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-22 12:25:35 +0100 |
| commit | 75712cfaf2a8ec8904d7d9552c542a2245bbbc17 (patch) | |
| tree | 5a7994b213e7baab5675351b13807719a44d7862 /src/wx/video_panel.h | |
| parent | 3d9f434ef9db3e78eed808d6ecb2d26fd03c2902 (diff) | |
Basic UI.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 4cc9cd79c..51a593e75 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -40,16 +40,18 @@ private: void bottom_crop_changed (wxCommandEvent &); void edit_filters_clicked (wxCommandEvent &); void ratio_changed (wxCommandEvent &); + void frame_type_changed (); void setup_scaling_description (); - - wxChoice* _ratio; - wxStaticText* _ratio_description; - wxStaticText* _scaling_description; + + wxChoice* _frame_type; wxSpinCtrl* _left_crop; wxSpinCtrl* _right_crop; wxSpinCtrl* _top_crop; wxSpinCtrl* _bottom_crop; + wxChoice* _ratio; + wxStaticText* _ratio_description; + wxStaticText* _scaling_description; wxStaticText* _filters; wxButton* _filters_button; }; |
