org.gnu.gtk.event
Class ConfigureEvent
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.ConfigureEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigureEvent
- extends GtkEvent
This event is used to identify a Configure event on a Widget.
- See Also:
ConfigureListener
,
Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigureEvent
public ConfigureEvent(java.lang.Object source,
EventType type,
EventConfigure event)
- Constructor for ConfigureEvent.
- Parameters:
source
- type
-
isOfType
public boolean isOfType(ConfigureEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.
getHeight
public int getHeight()
- Returns:
- Returns the height.
getWidth
public int getWidth()
- Returns:
- Returns the width.
getX
public int getX()
- Returns:
- Returns the x.
getY
public int getY()
- Returns:
- Returns the y.
getWindow
public Window getWindow()
- Returns:
- Returns the window