WidgetPath.iterAddRegion

Adds the region @name to the widget at position @pos in the hierarchy defined in @path. See gtk_style_context_add_region().

Region names must only contain lowercase letters and “-”, starting always with a lowercase letter.

More...
class WidgetPath
void
iterAddRegion

Parameters

pos int

position to modify, -1 for the path head

name string

region name

flags GtkRegionFlags

flags affecting the region

Detailed Description

Deprecated: The use of regions is deprecated.

Meta