summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-22 12:25:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-22 12:25:35 +0100
commit75712cfaf2a8ec8904d7d9552c542a2245bbbc17 (patch)
tree5a7994b213e7baab5675351b13807719a44d7862 /src/wx/video_panel.h
parent3d9f434ef9db3e78eed808d6ecb2d26fd03c2902 (diff)
Basic UI.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h10
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;
};