Package ch.bailu.gtk.gtk
Interface PickFlags
public interface PickFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe default behavior, include widgets that are receiving eventsstatic final intInclude widgets that are insensitivestatic final intInclude 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:
-