| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.gnu.gtk.event.GtkEventorg.gnu.gtk.event.ConfigureEventpublic class ConfigureEventextends GtkEventConfigureListenerNested Class Summary | |
static class | |
Constructor Summary | |
| |
Method Summary | |
int |
|
int |
|
Window |
|
int |
|
int |
|
boolean |
|
public ConfigureEvent(Object source,
EventType type,
EventConfigure event)Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Constructor for ConfigureEvent.
- Parameters:
source-type-
public int getHeight()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the height.
public int getWidth()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the width.
public Window getWindow()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the window
public int getX()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the x.
public int getY()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the y.
public boolean isOfType(ConfigureEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- True if the type of this event is the same as that stated.