Added the necessary buttons to the canvas window to enable the user to go
authorgballintijn <gballintijn@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 19 Jun 2009 08:53:38 +0000 (08:53 +0000)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Fri, 19 Jun 2009 14:58:24 +0000 (16:58 +0200)
commit35faf1afc5a4a015bfe70be49d528b8a3ea4b0d5
tree7cedc469f5bdf85501bb1ac34848e942f556e931
parentb629d4c68aa88800d2db81e922468da3e5122bef
Added the necessary buttons to the canvas window to enable the user to go
to the beginning, end, previous frame, and next frame. Before this was
only possible using key bindings. Note: The patch does not add the previous
or next *second* buttons.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2382 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-studio/trunk/images/Makefile.am
synfig-studio/trunk/images/seek_begin.sif [new file with mode: 0644]
synfig-studio/trunk/images/seek_end.sif [new file with mode: 0644]
synfig-studio/trunk/images/seek_next_frame.sif [new file with mode: 0644]
synfig-studio/trunk/images/seek_prev_frame.sif [new file with mode: 0644]
synfig-studio/trunk/src/gtkmm/Makefile.am
synfig-studio/trunk/src/gtkmm/canvasview.cpp
synfig-studio/trunk/src/gtkmm/framedial.cpp [new file with mode: 0644]
synfig-studio/trunk/src/gtkmm/framedial.h [new file with mode: 0644]
synfig-studio/trunk/src/gtkmm/iconcontroller.cpp