Label.from_file
Description:
[
CCode ( has_construct_function =
false , type =
"ClutterActor*" ) ]
public Label.from_file (
string filename)
throws Error
Creates a new instance of Label with image loaded from file.
Parameters:
| filename |
The filename of the image.
|
Returns:
|
a new Label with a drawn label containing the given image.
|