From 58af2b56bf681998479e347f2de9daf4ff73f726 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sat, 28 Nov 1998 01:56:09 +0000 Subject: deprecated gtk_widget_freeze_accelerators and Sat Nov 28 00:06:49 1998 Tim Janik * gtk/gtkwidget.h: * gtk/gtkwidget.c: deprecated gtk_widget_freeze_accelerators and gtk_widget_thaw_accelerators, we provide gtk_widget_lock_accelerators and gtk_widget_unlock_accelerators. * gtk/gtklayout.h: * gtk/gtklayout.c: implemented incremental freezing facility. * gtk/gtktext.h: * gtk/gtktext.c: implemented incremental freezing facility. * gtk/gtkenums.h: * gtk/gtkaccelgroup.h: moved enum GtkAccelFlags into this place. * gtk/gtkentry.h: * gtk/gtkentry.c: deprecated gtk_entry_adjust_scroll(). * random GtkType, macro and indentation fixes. Fri Nov 27 22:50:15 1998 Tim Janik * gtk/gtkclist.h: * gtk/gtkclist.c: implemented incremental freezing facility, added a new class member (*refresh)() which takes over the thaw functionality. the clist FROZEN flag got removed on the way. * gtk/gtkctree.c: adaptions to feature the clist refresh functionality and incremental freezing. * gtk/gtkcalendar.c: implemented incremental freezing facility. --- gtk/gtkenums.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'gtk/gtkenums.h') diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index c914fc4199..d03eddd12b 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -23,23 +23,6 @@ extern "C" { #endif /* __cplusplus */ -typedef enum -{ - /* should the accelerator appear in - * the widget's display? - */ - GTK_ACCEL_VISIBLE = 1 << 0, - /* should the signal associated with - * this accelerator be also visible? - */ - GTK_ACCEL_SIGNAL_VISIBLE = 1 << 1, - /* may the accelerator be removed - * again? - */ - GTK_ACCEL_LOCKED = 1 << 2, - GTK_ACCEL_MASK = 0x07 -} GtkAccelFlags; - /* Arrow types */ typedef enum { -- cgit v1.2.1