Package: gtk
Function gtk:tree-view-column-add-attribute
Lambda Listgtk:tree-view-column-add-attribute (column renderer attribute position) ArgumentsDetails
Adds an attribute mapping to the list in the tree view column. The column argument is the column of the model to get a value from, and
the attribute is the parameter on the cell renderer to be set from the value.
So for example if column 2 of the model contains strings, you could have the "text" attribute of a gtk:cell-renderer-text object get its
values from column 2. Warning | See also |
#2024-3-8