WidgetPath.iterListRegions

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

class WidgetPath
iterListRegions
(
int pos
)

Parameters

pos int

position to query, -1 for the path head

Return Value

Type: ListSG

The list of regions, This is a list of strings, the GSList contents are owned by GTK+, but you should use g_slist_free() to free the list itself. [transfer container][element-type utf8] Since 3.0

Meta