summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/callbacks.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-04-17 13:51:38 +0200
committerGravatar waker <wakeroid@gmail.com>2012-04-19 21:09:34 +0200
commit1528c9df3a60dc7e9a1bf66290ce4e2ae434ff37 (patch)
tree9bb1bb5352c4c7d61dcc124ba1485efc69ea3a3a /plugins/shellexecui/callbacks.h
parent2a067babd2efed241044f4d025c24c091d75c01b (diff)
merged shellexecui plugin
Diffstat (limited to 'plugins/shellexecui/callbacks.h')
-rw-r--r--plugins/shellexecui/callbacks.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/shellexecui/callbacks.h b/plugins/shellexecui/callbacks.h
new file mode 100644
index 00000000..c4b57687
--- /dev/null
+++ b/plugins/shellexecui/callbacks.h
@@ -0,0 +1,30 @@
+#include <gtk/gtk.h>
+
+
+void
+on_add_button_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_remove_button_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_cancel_button_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_save_button_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_edit_button_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_edit_cancel_button_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_edit_ok_button_clicked (GtkButton *button,
+ gpointer user_data);