Package: gtk

Function gtk:widget-path-iter-has-region

Lambda List

gtk:widget-path-iter-has-region (path pos name)

Arguments

path -- a gtk:widget-path instance
pos -- an integer with the position to query, -1 for the path head
name -- a string with a region name

Return Value

Returns the gtk:region-flags region flags.

Details

Returns the region flags corresponding to the widget found at the position pos in the widget hierarchy defined by path.

Warning

The gtk:widget-path-iter-has-region function has been deprecated since version 3.14 and should not be used in newly written code. The use of regions is deprecated.
 

See also

#2023-3-30