Label.getLayout

Gets the PangoLayout used to display the label. The layout is useful to e.g. convert text positions to pixel positions, in combination with gtk_label_get_layout_offsets(). The returned layout is owned by the label so need not be freed by the caller.

class Label
getLayout
()

Return Value

Type: PgLayout

the PangoLayout for this label. [transfer none]

Meta