Sets a property of a buildable object. It is normally not necessary to implement this, gobject.object.ObjectWrap.setProperty is used by default. gtk.window.Window implements this to delay showing itself (i.e. setting the gtk.widget.Widget.visible property) until the whole interface is created.
Sets a property of a buildable object. It is normally not necessary to implement this, gobject.object.ObjectWrap.setProperty is used by default. gtk.window.Window implements this to delay showing itself (i.e. setting the gtk.widget.Widget.visible property) until the whole interface is created.