summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_mixvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk_mixvm.h')
-rw-r--r--mixgtk/mixgtk_mixvm.h31
1 files changed, 7 insertions, 24 deletions
diff --git a/mixgtk/mixgtk_mixvm.h b/mixgtk/mixgtk_mixvm.h
index f74b409..2288715 100644
--- a/mixgtk/mixgtk_mixvm.h
+++ b/mixgtk/mixgtk_mixvm.h
@@ -1,24 +1,24 @@
/* -*-c-*- ---------------- mixgtk_mixvm.h :
* Functions dealing with the mixvm widgets
* ------------------------------------------------------------------
- * Last change: Time-stamp: <01/03/09 22:12:04 jose>
+ * $Id: mixgtk_mixvm.h,v 1.4 2004/06/30 14:07:53 jao Exp $
* ------------------------------------------------------------------
- * Copyright (C) 2001 Free Software Foundation, Inc.
- *
+ * Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
+ *
*/
@@ -31,7 +31,7 @@
/* initialise the mixvm widgets */
extern gboolean
-mixgtk_mixvm_init (mix_vm_t *vm, mixgtk_dialog_id_t top);
+mixgtk_mixvm_init (mix_vm_t *vm);
/* update register widgets */
extern void
@@ -64,23 +64,6 @@ mixgtk_mixvm_update_times (void);
extern void
mixgtk_mixvm_update_vm_widgets (void);
-/* callbacks */
-extern void
-on_cmp_e_toggled (GtkWidget *widget, gpointer data);
-
-extern void
-on_cmp_g_toggled (GtkWidget *widget, gpointer data);
-
-extern void
-on_cmp_l_toggled (GtkWidget *widget, gpointer data);
-
-extern void
-on_overflow_toggled (GtkWidget *widget, gpointer data);
-
-extern void
-on_loc_arrow_clicked (GtkWidget *widget, gpointer data);
-
-
#endif /* MIXGTK_MIXVM_H */