forked from AuroraMiddleware/gtk
Make GtkScale abstract again
This commit is contained in:
parent
8db728f953
commit
f943102978
@ -1,3 +1,7 @@
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkscale.c: GtkScale is supposed to be an abstract type.
|
||||
|
||||
2006-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_get_toplevels): Fix a wrong
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkscale.c: GtkScale is supposed to be an abstract type.
|
||||
|
||||
2006-05-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_get_toplevels): Fix a wrong
|
||||
|
@ -81,7 +81,7 @@ static void gtk_scale_finalize (GObject *object);
|
||||
static void gtk_scale_screen_changed (GtkWidget *widget,
|
||||
GdkScreen *old_screen);
|
||||
|
||||
G_DEFINE_TYPE (GtkScale, gtk_scale, GTK_TYPE_RANGE);
|
||||
G_DEFINE_ABSTRACT_TYPE (GtkScale, gtk_scale, GTK_TYPE_RANGE);
|
||||
|
||||
static gboolean
|
||||
single_string_accumulator (GSignalInvocationHint *ihint,
|
||||
|
Loading…
Reference in New Issue
Block a user