Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.ActorFlags

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterActorFlags
Enum : ActorFlags
  Show / Hide Inherited methods, properties and signals
Flags used to signal the state of an actor.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Method
set_flags (ActorFlags flags) : none
Sets flags on self This function will emit notifications for the changed properties
Clutter.Actor
Method
unset_flags (ActorFlags flags) : none
Unsets flags on self This function will emit notifications for the changed properties
Clutter.Actor
Method
get_flags () : Clutter.ActorFlags
Retrieves the flags set on self
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)