Gtk.ToolButton.prototype.get_label
function get_label():String { // Gjs wrapper for gtk_tool_button_get_label() }
Returns the label used by the tool button, or null if the tool button doesn't have a label. or uses a the label from a stock item. The returned string is owned by GTK+, and must not be modified or freed.
Since 2.4
- Returns
The label, or null