diff options
Diffstat (limited to 'callbacks.h')
-rw-r--r-- | callbacks.h | 4 |
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); |