mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
This commit is contained in:
parent
b1b6c9fc7a
commit
094159e431
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-11-29 Elliot Lee <sopwith@redhat.com>
|
||||
|
||||
* gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
|
||||
GTK_TYPE_TREE_MODEL.
|
||||
|
||||
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||
|
@ -104,7 +104,7 @@ gtk_model_simple_get_type (void)
|
||||
NULL
|
||||
};
|
||||
|
||||
model_simple_type = g_type_register_static (GTK_TYPE_TREE_MODEL, "GtkModelSimple", &model_simple_info, 0);
|
||||
model_simple_type = g_type_register_static (GTK_TYPE_OBJECT, "GtkModelSimple", &model_simple_info, 0);
|
||||
g_type_add_interface_static (model_simple_type,
|
||||
GTK_TYPE_TREE_MODEL,
|
||||
&tree_model_info);
|
||||
|
Loading…
Reference in New Issue
Block a user