WidgetPath.iterHasRegion

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

More...
class WidgetPath
bool
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

Return Value

Type: bool

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

Detailed Description

Deprecated: The use of regions is deprecated.

Meta