Method
ClutterTextget_layout
Declaration [src]
PangoLayout*
clutter_text_get_layout (
ClutterText* self
)
Return value
Type: PangoLayout
A PangoLayout
. The returned object is owned by
the ClutterText
actor and should not be modified or freed.
The returned data is owned by the instance. |