| PyGTK Tutorial | ||
|---|---|---|
| <<< Previous | Chapter 11. CList Widget | Next >>> |
The methods should be fairly self-explanatory
by now.
clist.set_row_data(row, data) clist.set_row_data_full(row, data, destroy) data = clist.get_row_data(row) row = clist.find_row_from_data(data) |
destroy is a callback that will be called when the row is destroyed.
| <<< Previous | Home | Next >>> |
| Setting text and pixmaps in the cells | Up | Working with selections |