mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
stack: GtkStackPage:name is not construct-only
We have a setter for this property, so we clearly weren't serious when we marked it as construct-only. Fixes: #4109
This commit is contained in:
parent
7aec3b0fa1
commit
4c41ef8de3
@ -428,7 +428,7 @@ gtk_stack_page_class_init (GtkStackPageClass *class)
|
||||
P_("Name"),
|
||||
P_("The name of the child page"),
|
||||
NULL,
|
||||
GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
|
||||
GTK_PARAM_READWRITE);
|
||||
|
||||
/**
|
||||
* GtkStackPage:title: (attributes org.gtk.Property.get=gtk_stack_page_get_title org.gtk.Property.set=gtk_stack_page_set_title)
|
||||
|
Loading…
Reference in New Issue
Block a user