get_layout


Description:

public unowned Layout get_layout ()

Gets the Layout used to display the label.

The layout is useful to e.g. convert text positions to pixel positions, in combination with get_layout_offsets. The returned layout is owned by the this so need not be freed by the caller. The this is free to recreate its layout at any time, so it should be considered read-only.

Parameters:

this

a Label

Returns:

the Layout for this label