org.gnu.gtk.event

Class LifeCycleEvent.Type

public static class LifeCycleEvent.Type extends EventType

Field Summary
static LifeCycleEvent.TypeDELETE
This event indicates that a widget has been deleted
static LifeCycleEvent.TypeDESTROY
This event indicates that a widget has been destroyed
static LifeCycleEvent.TypeHIDE
This event indicates that a widget has become invisible.
static LifeCycleEvent.TypeMAP
This event indicates that a widget has been mapped.
static LifeCycleEvent.TypeREALIZE
This event indicates that a widget has been realized.
static LifeCycleEvent.TypeSHOW
This event indicates that a widget has become visible.
static LifeCycleEvent.TypeUNMAP
This event indicates that a widget has been unmapped.
static LifeCycleEvent.TypeUNREALIZE
This event indicates that a widget has been unrealized

Field Detail

DELETE

public static final LifeCycleEvent.Type DELETE
This event indicates that a widget has been deleted

DESTROY

public static final LifeCycleEvent.Type DESTROY
This event indicates that a widget has been destroyed

HIDE

public static final LifeCycleEvent.Type HIDE
This event indicates that a widget has become invisible.

MAP

public static final LifeCycleEvent.Type MAP
This event indicates that a widget has been mapped.

REALIZE

public static final LifeCycleEvent.Type REALIZE
This event indicates that a widget has been realized.

SHOW

public static final LifeCycleEvent.Type SHOW
This event indicates that a widget has become visible.

UNMAP

public static final LifeCycleEvent.Type UNMAP
This event indicates that a widget has been unmapped.

UNREALIZE

public static final LifeCycleEvent.Type UNREALIZE
This event indicates that a widget has been unrealized