set_buildable_property


Description:

[ NoWrapper ]
public abstract void set_buildable_property (Builder builder, string name, Value value)

Sets a property of a buildable object.

It is normally not necessary to implement this, set_property is used by default. `GtkWindow` implements this to delay showing itself (i.e. setting the [property@Gtk.Widget:visible] property) until the whole interface is created.