Gtk.Label.prototype.get_line_wrap
function get_line_wrap():Boolean {
// Gjs wrapper for gtk_label_get_line_wrap()
}Returns whether lines in the label are automatically wrapped. See Gtk.set_line_wrap.
- Returns
true if the lines of the label are automatically wrapped.