X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_keyframe_list.h;h=349dcd3cd99dcc27922d5f5e412c21255a4386cf;hb=47baca24f2eaa508d5f39a524fed0e910a0e45c9;hp=4280a69e0522bdc279b454bb9773d8b65dce261b;hpb=ccdb7642df27ee84d641dc7c8a63f5fffbce2665;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_keyframe_list.h b/synfig-studio/trunk/src/gtkmm/widget_keyframe_list.h index 4280a69..349dcd3 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_keyframe_list.h +++ b/synfig-studio/trunk/src/gtkmm/widget_keyframe_list.h @@ -123,7 +123,9 @@ public: void set_canvas_interface(etl::loose_handle h); //! Performs the keyframe movement. Returns true if it was sucessful - bool perform_move_kf(); + //! @return true: if success otherwise false + //! |delta=false: permorm normal move. true: perform delta movement + bool perform_move_kf(bool delta);