summaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h
index 6fefc7c..f3a05f5 100644
--- a/callbacks.h
+++ b/callbacks.h
@@ -1,2 +1,42 @@
#include <gtk/gtk.h>
+
+void
+CloseApplication (GtkObject *object,
+ gpointer user_data);
+
+void
+OnRun (GtkButton *button,
+ gpointer user_data);
+
+void
+OnStep (GtkButton *button,
+ gpointer user_data);
+
+void
+OnStepOver (GtkButton *button,
+ gpointer user_data);
+
+void
+OnStop (GtkButton *button,
+ gpointer user_data);
+
+void
+OnLoadHEX (GtkButton *button,
+ gpointer user_data);
+
+void
+OnLoadLabels (GtkButton *button,
+ gpointer user_data);
+
+void
+OnRunUntil (GtkButton *button,
+ gpointer user_data);
+
+void
+OnQuit (GtkButton *button,
+ gpointer user_data);
+
+void
+OnMemoryViewChoice (GtkComboBox *combobox,
+ gpointer user_data);