org.gnu.gnomevte.event

Class ResizeWindowEvent


public class ResizeWindowEvent
extends GtkEvent

Nested Class Summary

static class
ResizeWindowEvent.Type

Constructor Summary

ResizeWindowEvent(Object source, EventType type, int windowWidth, int windowHeight)

Method Summary

int
getWindowHeight()
int
getWindowWidth()
boolean
isOfType(ResizeWindowEvent.Type aType)

Constructor Details

ResizeWindowEvent

public ResizeWindowEvent(Object source,
                         EventType type,
                         int windowWidth,
                         int windowHeight)

Method Details

getWindowHeight

public int getWindowHeight()


getWindowWidth

public int getWindowWidth()


isOfType

public boolean isOfType(ResizeWindowEvent.Type aType)