Gtk.Widget.prototype.set_composite_name
function set_composite_name(name:String):void { // Gjs wrapper for gtk_widget_set_composite_name() }
Sets a widgets composite name. The widget must be a composite child of its parent; see Gtk.push_composite_child.
- name
the name to set