summaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-01 23:48:25 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-01 23:48:25 +0000
commit37141ac197eaefeae9dada0bcc1c429ff584df44 (patch)
tree6bd93dbf3735d22e9dadb9d41ae1c68b980d0c0e /callbacks.h
parent025fbd0c161c8f528e20f034d84ad986a4ebef36 (diff)
GEMMA largely working. Fixed broken expressions with white space.
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h
index f3a05f5..e27c7be 100644
--- a/callbacks.h
+++ b/callbacks.h
@@ -40,3 +40,7 @@ OnQuit (GtkButton *button,
void
OnMemoryViewChoice (GtkComboBox *combobox,
gpointer user_data);
+
+void
+OnViewMode (GtkToggleButton *togglebutton,
+ gpointer user_data);