org.gnu.gtk.event
public class ConfigureEvent extends GtkEvent
See Also: ConfigureListener
| Nested Class Summary | |
|---|---|
| static class | ConfigureEvent.Type |
| Constructor Summary | |
|---|---|
| ConfigureEvent(Object source, EventType type, EventConfigure event)
Constructor for ConfigureEvent.
| |
| Method Summary | |
|---|---|
| int | getHeight() |
| int | getWidth() |
| Window | getWindow() |
| int | getX() |
| int | getY() |
| boolean | isOfType(ConfigureEvent.Type aType) |
Parameters: source type
Returns: Returns the height.
Returns: Returns the width.
Returns: Returns the window
Returns: Returns the x.
Returns: Returns the y.
Returns: True if the type of this event is the same as that stated.