ListStore


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.44" ) ]
public ListStore (Type item_type)

Creates a new ListStore with items of type item_type.

item_type must be a subclass of Object.

Parameters:

item_type

the Type of items in the list

Returns:

a new ListStore