GtkClutter
Description:
public namespace GtkClutter
Content:
Classes:
- Actor - A ClutterActor containing a
Widget.
- Embed - A Widget containing
the default Clutter stage.
- Texture - The Texture
structure contains only private data and should be accessed using the provided API.
- Window - A Window
containing a Stage.
Constants:
Methods:
- public bool check_version (uint major, uint minor, uint micro)
- public OptionGroup get_option_group ()
Returns a OptionGroup for the command line
arguments recognized by Clutter.
- public InitError init (ref unowned string[]? argv)
This function should be called instead of init
and init.
- public InitError init_with_args (ref unowned string[]? argv, string? parameter_string, OptionEntry[]? entries, string? translation_domain) throws Error
This function should be called instead of init
and init_with_args.