| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterGeometry |
| Struct : | Geometry |
| Properties | Defined By | |
|---|---|---|
|
height : guint32
|
Clutter.Geometry | |
|
width : guint32
|
Clutter.Geometry | |
|
x : gint32
|
Clutter.Geometry | |
|
y : gint32
|
Clutter.Geometry | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Clutter.Geometry
()
Create a new Clutter.Geometry
Create a new Clutter.Geometry
|
||
|
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 |
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 |
The ::cursor-event signal is emitted whenever the cursor position
changes inside a ClutterText actor. |