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:
@ -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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* 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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* 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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* 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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* 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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* 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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* 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>
|
2000-11-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
|
||||||
|
@ -104,7 +104,7 @@ gtk_model_simple_get_type (void)
|
|||||||
NULL
|
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,
|
g_type_add_interface_static (model_simple_type,
|
||||||
GTK_TYPE_TREE_MODEL,
|
GTK_TYPE_TREE_MODEL,
|
||||||
&tree_model_info);
|
&tree_model_info);
|
||||||
|
Reference in New Issue
Block a user