hum, "adjustment" was a construct property in 1.2 and still needs to be.

Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
        construct property in 1.2 and still needs to be.

        * gtk/gtkwidget.c: "composite_child" is not a settable property.
This commit is contained in:
Tim Janik
2001-06-20 02:34:23 +00:00
committed by Tim Janik
parent 8413ee73e5
commit 9e171fcc95
9 changed files with 51 additions and 26 deletions

View File

@ -260,7 +260,7 @@ gtk_range_class_init (GtkRangeClass *class)
_("Adjustment"),
_("The GtkAdjustment that contains the current value of this range object"),
GTK_TYPE_ADJUSTMENT,
G_PARAM_READWRITE));
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
g_object_class_install_property (gobject_class,
PROP_INVERTED,