Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Method GTK1.Clist()->set_row_data()


Method set_row_data

GTK1.Clist set_row_data(int row, object data)

Description

Set the user data associated with the specified row. This data can be used to find rows, and when a row is selected it can be easily retrieved using node_get_row_data.

You can only use objects as row data right now