23 #ifndef STAGE_DIALOG_RENDER_H 24 #define STAGE_DIALOG_RENDER_H 39 Gtk::HBox outputFileHBox_;
40 Gtk::Label outputFileLabel_;
41 Gtk::Entry outputFilePathEntry_;
43 Gtk::Image browseButtonImage_;
44 Gtk::Button outputFileBrowseButton_;
46 Gtk::HBox containerFormatHBox_;
47 Gtk::Label containerFormatLabel_;
48 Gtk::ComboBox containerFormat_;
50 Gtk::Image renderButtonImage_;
52 Gtk::Frame audioFrame_;
53 Gtk::Frame videoFrame_;
56 Render (Gtk::Window& parent);
59 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.