:right-sidebar: True PickFlags =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PickFlags :no-contents-entry: Flags that influence the behavior of :obj:`~gi.repository.Widget.pick`. Fields ------ .. rst-class:: interim-class .. class:: PickFlags :no-index: .. attribute:: DEFAULT The default behavior, include widgets that are receiving events .. attribute:: INSENSITIVE Include widgets that are insensitive .. attribute:: NON_TARGETABLE Include widgets that are marked as non-targetable. See :obj:`~gi.repository.Gtk.Widget.props.can_target`