Gtk.AccelLabel.new

function new(string:String):Gtk.Widget {
    // Gjs wrapper for gtk_accel_label_new()
}

Creates a new Gtk.AccelLabel.

string

the label string. Must be non-null.

Returns

a new Gtk.AccelLabel.