Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nikita Churaev
gtk
Commits
094159e4
Commit
094159e4
authored
Nov 30, 2000
by
Elliot Lee
Browse files
Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
parent
b1b6c9fc
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
094159e4
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):
...
...
ChangeLog.pre-2-0
View file @
094159e4
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):
...
...
ChangeLog.pre-2-10
View file @
094159e4
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):
...
...
ChangeLog.pre-2-2
View file @
094159e4
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):
...
...
ChangeLog.pre-2-4
View file @
094159e4
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):
...
...
ChangeLog.pre-2-6
View file @
094159e4
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):
...
...
ChangeLog.pre-2-8
View file @
094159e4
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):
...
...
gtk/gtkmodelsimple.c
View file @
094159e4
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment