WidgetPath.iterListRegions

string[] iterListRegions(int pos)

Returns a list with all the region names defined for the widget at position pos in the hierarchy defined in path.

Parameters

posposition to query, -1 for the path head

Returns

The list of

regions, This is a list of strings, the #GSList contents are owned by GTK+, but you should use [glib.slist.SList.free] to free the list itself.

Deprecated

The use of regions is deprecated.