iter_list_regions


Description:

[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public SList<unowned string> iter_list_regions (int pos)

Warning: iter_list_regions is deprecated since 3.14.

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

Note:

The use of regions is deprecated.

Parameters:

this

a WidgetPath

pos

position to query, -1 for the path head

Returns:

The list of regions, This is a list of strings, the SList contents are owned by GTK+, but you should use g_slist_free to free the list itself.