Gtk.ToolItemGroup.new
function new(label:String):Gtk.Widget {
// Gjs wrapper for gtk_tool_item_group_new()
}Creates a new tool item group with label label.
Since 2.20
- label
the label of the new group
- Returns
a new Gtk.ToolItemGroup.
function new(label:String):Gtk.Widget {
// Gjs wrapper for gtk_tool_item_group_new()
}Creates a new tool item group with label label.
Since 2.20
the label of the new group
a new Gtk.ToolItemGroup.