Label.full
Description:
[
CCode ( has_construct_function =
false , type =
"ClutterActor*" ) ]
public Label.full (
string text,
Actor actor)
Creates a new instance of Label consisting of a custom
Actor.
Parameters:
| text |
The text of the label
|
| actor |
The image as a ClutterActor
|
Returns:
|
a new Label with a drawn label containing the given image.
|