Gtk.Button.prototype.get_use_stock

function get_use_stock():Boolean {
    // Gjs wrapper for gtk_button_get_use_stock()
}

Returns whether the button label is a stock item.

Returns

true if the button label is used to select a stock item instead of being used directly as the label text.