Module: Gtk::PickFlags

Defined in:
(unknown)

Constant Summary collapse

DEFAULT =

The default behavior, include widgets that are receiving events

0 or :default
INSENSITIVE =

Include widgets that are insensitive

1 or :insensitive
NON_TARGETABLE =

Include widgets that are marked as non-targetable. See [propertyWidget:can-target]

2 or :non_targetable