org.gnu.gtk.event
Class ContainerEvent.Type
EventType
org.gnu.gtk.event.ContainerEvent.Type
- ContainerEvent
public static class ContainerEvent.Type
extends EventType
ADD
public static final ContainerEvent.Type ADD
This event indicates that a child widget has been added to the
container.
REMOVE
public static final ContainerEvent.Type REMOVE
This event indicates that a child widget has been removed to the
container.
SET_FOCUS_CHILD
public static final ContainerEvent.Type SET_FOCUS_CHILD
This event indicates that a child widget has been given focus.