Canvas
Description:
[ CCode ( has_construct_function = false , type = "ClutterContent*" ) ]
public Canvas ()
public Canvas ()
Creates a new instance of Canvas.
You should call set_size to set the size of the canvas.
You should call invalidate every time you wish to draw the contents of the canvas.
Returns:
The newly allocated instance of Canvas. Use unref when done. |