Constructor

ClutterTextnew

Declaration [src]

ClutterActor*
clutter_text_new (
  void
)

Description [src]

Creates a new ClutterText actor. This actor can be used to display and edit text.

Return value

Type: ClutterActor

The newly created ClutterText actor.

The data is owned by the called function.