36 #ifndef STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H 37 #define STAGE_WIDGET_TIMELINE_ZOOM_SCALE_H 57 sigc::signal<void, double> signal_zoom();
59 void set_value(
double val) { adjustment->set_value(val); }
77 void on_zoom_in_clicked();
82 void on_zoom_out_clicked();
93 Glib::RefPtr<Gtk::Adjustment> adjustment;
100 sigc::signal<void, double> zoomSignal;
101 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.