org.gnu.gtk.event
public class ExposeEvent extends GtkEvent
See Also: ExposeListener
Nested Class Summary | |
---|---|
static class | ExposeEvent.Type |
Constructor Summary | |
---|---|
ExposeEvent(Object source, EventExpose gdkEvent) | |
ExposeEvent(Object source, EventNoExpose gdkEvent) |
Method Summary | |
---|---|
Rectangle | getArea()
Returns the bounding box of region.
|
int | getCount()
Returns the number of contiguous EXPOSE events following this one. |
Region | getRegion()
Returns the region that needs to be redrawn.
|
boolean | getSendEvent()
Check if the event was sent explicitly (eg using XSendEvent).
|
Window | getWindow()
The window which received the event.
|
boolean | isOfType(ExposeEvent.Type test)
Test to compare events. |
Returns: the bounding box of region.
Returns: the number of contiguous EXPOSE events following this one.
Returns: the region that needs to be redrawn.
Returns: true if the event was sent explicitly (e.g. using XSendEvent), false otherwise.
Returns: the window which received the event.