From 848b15eb8c58562abd0b0adca676c5d645b41df5 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Wed, 4 Aug 2010 18:31:34 +0200 Subject: [PATCH] connect to move_{up,down actions --- tests/examples/ges-ui.c | 12 ++++++++ tests/examples/ges-ui.glade | 59 ++++++++++++++++++++----------------- 2 files changed, 44 insertions(+), 27 deletions(-) diff --git a/tests/examples/ges-ui.c b/tests/examples/ges-ui.c index cec0eae5b0..71b69cf704 100644 --- a/tests/examples/ges-ui.c +++ b/tests/examples/ges-ui.c @@ -98,6 +98,8 @@ void quit_item_activate_cb (GtkMenuItem * item, App * app); void delete_activate_cb (GtkAction * item, App * app); void play_activate_cb (GtkAction * item, App * app); void stop_activate_cb (GtkAction * item, App * app); +void move_up_activate_cb (GtkAction * item, App * app); +void move_down_activate_cb (GtkAction * item, App * app); void add_file_activate_cb (GtkAction * item, App * app); void add_text_activate_cb (GtkAction * item, App * app); void add_test_activate_cb (GtkAction * item, App * app); @@ -1051,6 +1053,16 @@ stop_activate_cb (GtkAction * item, App * app) app_stop_playback (app); } +void +move_up_activate_cb (GtkAction * item, App * app) +{ +} + +void +move_down_activate_cb (GtkAction * item, App * app) +{ +} + void app_selection_changed_cb (GtkTreeSelection * selection, App * app) { diff --git a/tests/examples/ges-ui.glade b/tests/examples/ges-ui.glade index 55ad4765b3..561736f5ac 100644 --- a/tests/examples/ges-ui.glade +++ b/tests/examples/ges-ui.glade @@ -134,8 +134,8 @@ True - True delete + True True True @@ -162,22 +162,22 @@ True - True add_file + True True - True add_text + True True - True add_test + True True True @@ -185,8 +185,8 @@ True - True add_transition + True True True @@ -199,16 +199,18 @@ True - True move_up + True + True True True - True move_down + True + True True @@ -221,8 +223,8 @@ True - True play + True True True @@ -230,8 +232,9 @@ True - True stop + True + True True @@ -271,8 +274,8 @@ True - True play + True toolbutton1 True @@ -284,8 +287,8 @@ True - True stop + True toolbutton6 True @@ -306,8 +309,8 @@ True - True delete + True Delete True @@ -328,8 +331,8 @@ True - True add_file + True toolbutton1 True @@ -341,8 +344,8 @@ True - True add_text + True toolbutton2 True @@ -354,8 +357,8 @@ True - True add_test + True toolbutton4 True @@ -367,8 +370,8 @@ True - True add_transition + True toolbutton5 True @@ -389,8 +392,8 @@ True - True move_up + True toolbutton8 True @@ -402,8 +405,8 @@ True - True move_down + True toolbutton9 True @@ -843,16 +846,16 @@ - - - - - - - - - + + + + + + + + + @@ -921,10 +924,12 @@ Move Selected Up Move Up gtk-go-up + Move Selected Down Move Down gtk-go-down +