forked from AuroraMiddleware/gtk
More abstract types
This commit is contained in:
parent
f943102978
commit
d76f2aa4e6
@ -1,6 +1,8 @@
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkscale.c: GtkScale is supposed to be an abstract type.
|
||||
* gtk/gtkrange.c:
|
||||
* gtk/gtkscale.c: GtkRange and GtkScale are supposed to be
|
||||
abstract types.
|
||||
|
||||
2006-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkscale.c: GtkScale is supposed to be an abstract type.
|
||||
* gtk/gtkrange.c:
|
||||
* gtk/gtkscale.c: GtkRange and GtkScale are supposed to be
|
||||
abstract types.
|
||||
|
||||
2006-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -191,7 +191,7 @@ static gboolean gtk_range_key_press (GtkWidget *range,
|
||||
|
||||
static guint signals[LAST_SIGNAL];
|
||||
|
||||
G_DEFINE_TYPE (GtkRange, gtk_range, GTK_TYPE_WIDGET);
|
||||
G_DEFINE_ABSTRACT_TYPE (GtkRange, gtk_range, GTK_TYPE_WIDGET);
|
||||
|
||||
static void
|
||||
gtk_range_class_init (GtkRangeClass *class)
|
||||
|
Loading…
Reference in New Issue
Block a user