Method GTK2.ListStore()->create()


Method create

GTK2.ListStore GTK2.ListStore(array types)

Description

Create a new list store with as many columns as there are items in the array. A type is either a string representing a type name, such as "int" or "float", or an actual widget. If it is a widget, the column in question should be a widget of the same type that you would like this column to represent.