[Top]
GTK
GTK.Clist
|
Method GTK.Clist()->append()
- Method
append
int append(array columns)
- Description
The return value of indicates the index of the row that was just
added.
'columns' are the texts we want to put in the columns. The size of
the array should equal the number of columns in the list.
|