WidgetPath.iterAddRegion

Adds the region name to the widget at position pos in the hierarchy defined in path. See gtk_style_context_add_region(). Note Region names must only contain lowercase letters and '-', starting always with a lowercase letter.

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 Since 3.0

Meta