| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.gnu.gtk.event.GtkEventorg.gnu.gtk.event.ConfigureEventpublic class ConfigureEventextends GtkEventConfigureListenerNested Class Summary | |
static class | |
Constructor Summary | |
| |
Method Summary | |
int | |
int |
|
Window | |
int |
|
int |
|
boolean |
|
public ConfigureEvent(Object source,
EventType type,
EventConfigure event)Constructor for ConfigureEvent.
- Parameters:
source-type-
public int getHeight()
- Returns:
- Returns the height.
public int getWidth()
- Returns:
- Returns the width.
public int getX()
- Returns:
- Returns the x.
public int getY()
- Returns:
- Returns the y.
public boolean isOfType(ConfigureEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.