Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterGeometry |
Struct : | Geometry |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
height : Number
|
Clutter.Geometry | |
width : Number
|
Clutter.Geometry | |
x : Number
|
Clutter.Geometry | |
y : Number
|
Clutter.Geometry |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.Geometry
()
Create a new Clutter.Geometry
Create a new Clutter.Geometry
|
||
union
(Geometry geometry_b)
:
Clutter.Geometry
Find the union of two rectangles represented as ClutterGeometry.
Find the union of two rectangles represented as ClutterGeometry.
|
Clutter.Geometry |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Actor
Property |
clip : Clutter.Geometry
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 |
The ::cursor-event signal is emitted whenever the cursor position changes inside a ClutterText actor.
|