32 #ifndef STAGE_DIALOG_RENDER_H 33 #define STAGE_DIALOG_RENDER_H 48 Gtk::HBox outputFileHBox_;
49 Gtk::Label outputFileLabel_;
50 Gtk::Entry outputFilePathEntry_;
52 Gtk::Image browseButtonImage_;
53 Gtk::Button outputFileBrowseButton_;
55 Gtk::HBox containerFormatHBox_;
56 Gtk::Label containerFormatLabel_;
57 Gtk::ComboBox containerFormat_;
59 Gtk::Image renderButtonImage_;
61 Gtk::Frame audioFrame_;
62 Gtk::Frame videoFrame_;
65 Render (Gtk::Window& parent);
68 void on_button_browse();
Lumiera GTK UI implementation root.
A dialog to choose render output format and name.
A set of basic GTK includes for the UI.