Package: gtk

GFlags gtk:pick-flags

Declaration

(gobject:define-gflags "GtkPickFlags" pick-flags
  (:export t
   :type-initializer "gtk_pick_flags_get_type")
  (:default 0)
  (:insensitive #.(ash 1 0))
  (:non-targetable #.(ash 1 1)))  

Values

:default
The default behavior, include widgets that are receiving events.
:insensitive
Include widgets that are insensitive.
:non-targetable
Include widgets that are marked as non-targetable. See the can-target property.

Details

Flags that influence the behavior of the gtk:widget-pick function.
 

See also

2024-3-8