Gtk.Label.prototype.get_max_width_chars
function get_max_width_chars():Number { // Gjs wrapper for gtk_label_get_max_width_chars() }
Retrieves the desired maximum width of label, in characters. See Gtk.set_width_chars.
Since 2.6
- Returns
the maximum width of the label in characters.