org.gnu.gnomevte.event
public class ResizeWindowEvent extends GtkEvent
| Nested Class Summary | |
|---|---|
| static class | ResizeWindowEvent.Type
Type of a TerminalResizeWindowEvent. |
| Constructor Summary | |
|---|---|
| ResizeWindowEvent(Object source, EventType type, int windowWidth, int windowHeight)
Constructor for TerminalResizeWindowEvent. | |
| Method Summary | |
|---|---|
| int | getWindowHeight()
Gets the new desired window height. |
| int | getWindowWidth()
Gets the new desired window width. |
| boolean | isOfType(ResizeWindowEvent.Type aType)
This method compares the type of the current event to
the one provided as an argument. |
Parameters: source the source of the event. type the event type. windowWidth windowHeight
Returns: the new desired window height.
Returns: the new desired window width.
Parameters: aType the type to compare to.
Returns: true if the events are of same type.