summaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/callbacks.h b/callbacks.h
deleted file mode 100644
index e27c7be..0000000
--- a/callbacks.h
+++ /dev/null
@@ -1,46 +0,0 @@
-#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);
-
-void
-OnViewMode (GtkToggleButton *togglebutton,
- gpointer user_data);