Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkEventExpose |
Struct : | EventExpose |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
area : Gdk.Rectangle
|
Gdk.EventExpose | |
count : Number
|
Gdk.EventExpose | |
region : Gdk.Region
|
Gdk.EventExpose | |
send_event : Number
|
Gdk.EventExpose | |
type : Gdk.EventType
|
Gdk.EventExpose | |
window : Gdk.Window
|
Gdk.EventExpose |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.EventExpose
()
Create a new Gdk.EventExpose
Create a new Gdk.EventExpose
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Container
Method |
propagate_expose
(Widget child, EventExpose event)
:
none
When a container receives an expose event, it must send synthetic expose events to all children that don't have their own GdkWindows.
|