org.gnu.gtk.event

Class ConfigureEvent

public class ConfigureEvent extends GtkEvent

This event is used to identify a Configure event on a Widget.

See Also: ConfigureListener

Nested Class Summary
static classConfigureEvent.Type
Constructor Summary
ConfigureEvent(Object source, EventType type, EventConfigure event)
Constructor for ConfigureEvent.
Method Summary
intgetHeight()
intgetWidth()
WindowgetWindow()
intgetX()
intgetY()
booleanisOfType(ConfigureEvent.Type aType)

Constructor Detail

ConfigureEvent

public ConfigureEvent(Object source, EventType type, EventConfigure event)
Constructor for ConfigureEvent.

Parameters: source type

Method Detail

getHeight

public int getHeight()

Returns: Returns the height.

getWidth

public int getWidth()

Returns: Returns the width.

getWindow

public Window getWindow()

Returns: Returns the window

getX

public int getX()

Returns: Returns the x.

getY

public int getY()

Returns: Returns the y.

isOfType

public boolean isOfType(ConfigureEvent.Type aType)

Returns: True if the type of this event is the same as that stated.