//keyframe_tree_store_ (KeyframeTreeStore::create(canvas_interface_)),
time_adjustment_ (0,0,25,0,0,0),
time_window_adjustment_ (0,0,25,0,0,0),
+ statusbar (manage(new class Gtk::Statusbar())),
quality_adjustment_ (8,1,10,1,1,0),
future_onion_adjustment_ (0,0,2,1,1,0),
past_onion_adjustment_ (0,0,2,1,1,0),
- statusbar (manage(new class Gtk::Statusbar())),
timeslider (new Widget_Timeslider),
widget_kf_list (new Widget_Keyframe_List),
bool changing_resolution_;
Gtk::Adjustment quality_adjustment_;
Gtk::SpinButton *quality_spin;
+ Gtk::Adjustment future_onion_adjustment_;
Gtk::Adjustment past_onion_adjustment_;
Gtk::SpinButton *past_onion_spin;
- Gtk::Adjustment future_onion_adjustment_;
Gtk::SpinButton *future_onion_spin;
bool updating_quality_;
Gtk::ToggleButton *show_grid;