27 #ifndef STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H 28 #define STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H 48 sigc::signal<void, double> signal_zoom();
50 void set_value(
double val) { adjustment->set_value(val); }
68 void on_zoom_in_clicked();
73 void on_zoom_out_clicked();
84 Glib::RefPtr<Gtk::Adjustment> adjustment;
91 sigc::signal<void, double> zoomSignal;
92 const double button_step_size;
Presentation state for the first draft of the timeline display.
Lumiera GTK UI implementation root.
A set of basic GTK includes for the UI.