Gtk.ButtonBox.new

function new(orientation:Gtk.Orientation):Gtk.Widget {
    // Gjs wrapper for gtk_button_box_new()
}

Creates a new Gtk.ButtonBox.

Since 3.0

orientation

the box' orientation.

Returns

a new Gtk.ButtonBox.