25 #ifndef __SYNFIG_STUDIO_WIDGET_CURVES_H
26 #define __SYNFIG_STUDIO_WIDGET_CURVES_H
30 #include <gtkmm/box.h>
31 #include <gtkmm/table.h>
32 #include <gtkmm/spinbutton.h>
33 #include <gtkmm/adjustment.h>
34 #include <gtkmm/drawingarea.h>
35 #include <gtkmm/layout.h>
36 #include <synfig/color.h>
53 Glib::RefPtr<Gtk::Adjustment> time_adjustment_;
54 Glib::RefPtr<Gtk::Adjustment> range_adjustment_;
56 std::list<CurveStruct> curve_list_;
72 bool on_draw(
const Cairo::RefPtr<Cairo::Context> &cr);
73 bool on_event(GdkEvent *event);