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
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
get_geometry () : Clutter.Geometry
Gets the size and position of an actor relative to its parent
actor.
Clutter.Actor
Method
set_geometry (Geometry geometry) : none
Sets the actor's fixed position and forces its minimum and natural
size, in pixels.
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 Sat Apr 16 2011 17:09:44 GMT+0800 (HKT)