WidgetPath.iterHasRegion

Returns TRUE if the widget at position pos has the class name defined, FALSE otherwise.

class WidgetPath
int
iterHasRegion
(
int pos
,
string name
,)

Parameters

pos int

position to query, -1 for the path head

name string

region name

flags GtkRegionFlags

return location for the region flags. out

Return Value

Type: int

TRUE if the class name is defined for the widget at pos Since 3.0

Meta