[Top]
GTK2
GTK2.TreeStore
|
Method GTK2.TreeStore()->create()
- Method
create
GTK2.TreeStore GTK2.TreeStore(array types)
- Description
Create a new tree 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.
|