25 #ifndef __SYNFIG_WIDGET_TIMESLIDER_H 
   26 #define __SYNFIG_WIDGET_TIMESLIDER_H 
   29 #include <gtkmm/drawingarea.h> 
   30 #include <gtkmm/adjustment.h> 
   32 #include <synfig/time.h> 
   43 void render_time_point_to_window(
const Cairo::RefPtr<Cairo::Context> &cr,
const Gdk::Rectangle& ca,
const synfig::TimePoint &tp,
bool selected=
false);
 
   88     virtual bool on_draw(
const Cairo::RefPtr<Cairo::Context> &cr);
 
   92     void zoom_in(
bool centerontime = 
false);
 
   93     void zoom_out(
bool centerontime = 
false);