diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-08-30 22:24:41 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-08-30 22:24:41 +0000 |
commit | c1d4cc4739583f906b639daf3bd9384dd791530e (patch) | |
tree | 27f471459ec61067210883ff21396d0bc14a7fdc /callbacks.h | |
parent | cb4cd60cbce11439b0e0529df20e671e5b49b6f1 (diff) |
Development checkin
Diffstat (limited to 'callbacks.h')
-rw-r--r-- | callbacks.h | 40 |
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); |