org.gnu.gtk.event
public static class ContainerEvent.Type extends EventType
Field Summary | |
---|---|
static ContainerEvent.Type | ADD
This event indicates that a child widget has been added to the
container. |
static ContainerEvent.Type | CHECK_RESIZE
This event indicates that ... |
static ContainerEvent.Type | REMOVE
This event indicates that a child widget has been removed to the
container. |
static ContainerEvent.Type | SET_FOCUS_CHILD
This event indicates that a child widget has been given focus. |
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 child widget has been added to the container.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 ...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 child widget has been removed to the container.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 child widget has been given focus.