Package: gtk
Function gtk:tree-view-insert-column-with-data-func
| Lambda Listgtk:tree-view-insert-column-with-data-func (view pos title renderer func) ArgumentsReturn ValueThe integer for the number of columns in view after insertion. Details              
    Convenience function that inserts a new column into the tree view with the    given cell renderer and a gtk:tree-cell-data-func callback function
    to set cell renderer attributes (normally using data from the model).    See also the gtk:tree-view-column-set-cell-data-func and  gtk:tree-view-column-pack-start functions. If view has the  fixed-height-mode property enabled, then the new column  will have its sizing property set to be the  :fixed value.   Warning | See also | 
2025-07-22