Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Struct Clutter.Geometry

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterGeometry
Struct : Geometry
  Show / Hide Inherited methods, properties and signals
The rectangle containing an actor's bounding box, measured in pixels.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Clutter.Geometry ()
Create a new Clutter.Geometry
Create a new Clutter.Geometry
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Property
The clip region for the actor, in actor-relative coordinates Every part of the actor outside the clip region will not be painted
Clutter.Actor
Method
get_allocation_geometry () : Clutter.Geometry
Gets the layout box an actor has been assigned.
Clutter.Actor
Method
set_geometry (Geometry geometry) : none
Sets the actor's fixed position and forces its minimum and natural size, in pixels.
Clutter.Actor
Method
get_geometry () : Clutter.Geometry
Gets the size and position of an actor relative to its parent actor.
Clutter.Text
Signal
cursor_event (Text self, Geometry geometry) : none
The ::cursor-event signal is emitted whenever the cursor position changes inside a ClutterText actor.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:37 GMT+0800 (HKT)