Gtk.Label.prototype.get_layout
function get_layout():Pango.Layout { // Gjs wrapper for gtk_label_get_layout() }
Gets the Pango.Layout used to display the label. The layout is useful to e.g. convert text positions to pixel positions, in combination with Gtk.get_layout_offsets. The returned layout is owned by the label so need not be freed by the caller. The label is free to recreate its layout at any time, so it should be considered read-only.
- Returns
the Pango.Layout for this label