28 #ifndef __SYNFIG_STUDIO_KEYFRAMEDIAL_H 
   29 #define __SYNFIG_STUDIO_KEYFRAMEDIAL_H 
   33 #include <gtkmm/tooltip.h> 
   34 #include <gtkmm/table.h> 
   35 #include <gtkmm/togglebutton.h> 
   50     Gtk::ToggleButton *toggle_keyframe_past;
 
   51     Gtk::ToggleButton *toggle_keyframe_future;
 
   53     Gtk::ToggleButton *create_icon(Gtk::IconSize iconsize, 
const char * stockid, 
const char * tooltip);