Method GTK1.Clist()->remove()
- Method remove
GTK1.Clist remove(int row)
- Description
Delete a specified row. If you want to remove all rows in a Clist, use 'clear()' instead of calling remove multiple times.
GTK1.Clist remove(int row)
Delete a specified row. If you want to remove all rows in a Clist, use 'clear()' instead of calling remove multiple times.