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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user