Method

ClutterTextget_buffer

Declaration [src]

ClutterTextBuffer*
clutter_text_get_buffer (
  ClutterText* self
)

Description [src]

Get the ClutterTextBuffer object which holds the text for this widget.

Available since:1.10
Gets propertyClutter.Text:buffer

Return value

Returns: ClutterTextBuffer
 

A GtkEntryBuffer object.

 The data is owned by the instance.