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:
Johan Dahlin 2005-07-30 14:46:55 +00:00
parent 39e86aef6c
commit aadb880f7f
4 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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);