Constructor
ClutterTextnew
since: 1.0
Declaration [src]
ClutterActor*
clutter_text_new (
void
)
Description [src]
Creates a new ClutterText
actor. This actor can be used to
display and edit text.
Available since: 1.0
Return value
Type: ClutterActor
The newly created ClutterText
actor.
The data is owned by the called function. |