forked from AuroraMiddleware/gtk
Do not use | G_PARAM_STATIC_NAME in the type field, makes subclassing
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use | G_PARAM_STATIC_NAME in the type field, makes subclassing possible.
This commit is contained in:
parent
39e86aef6c
commit
aadb880f7f
@ -1,3 +1,8 @@
|
||||
2005-07-30 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use |
|
||||
G_PARAM_STATIC_NAME in the type field, makes subclassing possible.
|
||||
|
||||
2005-07-29 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
|
||||
|
||||
* docs/reference/gtk/migrating-GtkAction.sgml: Declaring the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-30 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use |
|
||||
G_PARAM_STATIC_NAME in the type field, makes subclassing possible.
|
||||
|
||||
2005-07-29 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
|
||||
|
||||
* docs/reference/gtk/migrating-GtkAction.sgml: Declaring the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-30 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use |
|
||||
G_PARAM_STATIC_NAME in the type field, makes subclassing possible.
|
||||
|
||||
2005-07-29 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
|
||||
|
||||
* docs/reference/gtk/migrating-GtkAction.sgml: Declaring the
|
||||
|
@ -429,7 +429,7 @@ gtk_ctree_class_init (GtkCTreeClass *klass)
|
||||
GTK_ARG_READWRITE | G_PARAM_STATIC_NAME,
|
||||
ARG_LINE_STYLE);
|
||||
gtk_object_add_arg_type ("GtkCTree::expander-style",
|
||||
GTK_TYPE_CTREE_EXPANDER_STYLE | G_PARAM_STATIC_NAME,
|
||||
GTK_TYPE_CTREE_EXPANDER_STYLE,
|
||||
GTK_ARG_READWRITE | G_PARAM_STATIC_NAME,
|
||||
ARG_EXPANDER_STYLE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user