Package ch.bailu.gtk.gtk
Interface PickFlags
public interface PickFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The default behavior, include widgets that are receiving eventsstatic final int
Include widgets that are insensitivestatic final int
Include widgets that are marked as non-targetable.
-
Field Details
-
DEFAULT
static final int DEFAULTThe default behavior, include widgets that are receiving events- See Also:
-
INSENSITIVE
static final int INSENSITIVEInclude widgets that are insensitive- See Also:
-
NON_TARGETABLE
static final int NON_TARGETABLEInclude widgets that are marked as non-targetable. See [property@Widget:can-target]- See Also:
-