Cogl.OnscreenDirtyInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
height |
r/w |
Height of the dirty rectangle |
|
width |
r/w |
Width of the dirty rectangle |
|
x |
r/w |
Left edge of the dirty rectangle |
|
y |
r/w |
Top edge of the dirty rectangle, measured from the top of the window |
Methods¶
None
Details¶
- class Cogl.OnscreenDirtyInfo¶
A structure passed to callbacks registered using
Cogl.Onscreen.add_dirty_callback
(). The members describe a rectangle within the onscreen buffer that should be redrawn.New in version 1.16.