Package: gtk
Function gtk:tree-view-column-add-attribute
Lambda Listgtk:tree-view-column-add-attribute (column renderer attribute pos) ArgumentsDetails
Adds an attribute mapping to the model in the tree view column. The column argument is the column of the model to get a value from, and
the attribute is the property 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 property of a gtk:cell-renderer-text object get its values from column 2. | See also |
2024-3-15