org.gnu.gtk.event
public static class LifeCycleEvent.Type extends EventType
| Field Summary | |
|---|---|
| static LifeCycleEvent.Type | DELETE
This event indicates that a widget has been deleted |
| static LifeCycleEvent.Type | DESTROY
This event indicates that a widget has been destroyed |
| static LifeCycleEvent.Type | HIDE
This event indicates that a widget has become invisible. |
| static LifeCycleEvent.Type | MAP
This event indicates that a widget has been mapped. |
| static LifeCycleEvent.Type | REALIZE
This event indicates that a widget has been realized. |
| static LifeCycleEvent.Type | SHOW
This event indicates that a widget has become visible. |
| static LifeCycleEvent.Type | UNMAP
This event indicates that a widget has been unmapped. |
| static LifeCycleEvent.Type | UNREALIZE
This event indicates that a widget has been unrealized |
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.
This event indicates that a widget has been deletedDeprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
This event indicates that a widget has been destroyedDeprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
This event indicates that a widget has become invisible.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.
This event indicates that a widget has been mapped.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.
This event indicates that a widget has been realized.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.
This event indicates that a widget has become visible.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.
This event indicates that a widget has been unmapped.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.
This event indicates that a widget has been unrealized