summaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-12-26 16:42:37 +0000
committerIan C <ianc@noddybox.co.uk>2022-12-26 16:42:37 +0000
commit53bfb0ef10483150779b3b05271fa04988484316 (patch)
treefabc3702e3a7d71add9b97f48fc6621d387458e6 /callbacks.h
parent33ebf50aa4a855fb1a0df2cf682796abbc39d07f (diff)
Added dependencies for sources in Makefile. Removed old GTK callbacks.
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);