X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=fb1f98b29777c83be18ed45fb1774efa6c029949;hb=72eedf0b240c71b9dbd27d1f95b109b48e3200a2;hp=5b0c958809045e9563480a20bdc16160c7c137be;hpb=cb83eb7b209054da2f81b456a0fbda6ea9d03844;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 5b0c95880..fb1f98b29 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -19,7 +19,7 @@ #include "lib/film.h" #include "film_editor_panel.h" -#include "multiple_widget.h" +#include "content_widget.h" class wxChoice; class wxStaticText; @@ -36,24 +36,17 @@ public: void content_selection_changed (); private: - void set_left_crop_same (); - void left_crop_changed (); - void right_crop_changed (); - void top_crop_changed (); - void bottom_crop_changed (); void edit_filters_clicked (); - void ratio_changed (); - void frame_type_changed (); void edit_colour_conversion_clicked (); void setup_description (); - wxChoice* _frame_type; - MultipleWidget* _left_crop; - MultipleWidget* _right_crop; - MultipleWidget* _top_crop; - MultipleWidget* _bottom_crop; - wxChoice* _ratio; + ContentChoice* _frame_type; + ContentSpinCtrl* _left_crop; + ContentSpinCtrl* _right_crop; + ContentSpinCtrl* _top_crop; + ContentSpinCtrl* _bottom_crop; + ContentChoice* _ratio; wxStaticText* _ratio_description; wxStaticText* _description; wxStaticText* _filters;