Package: gtk
Function gtk:tree-view-insert-column
Lambda Listgtk:tree-view-insert-column (view column pos) Argumentsview -- a gtk:tree-view widget column -- a gtk:tree-view-column object to be inserted pos -- an integer for the position to insert column in Return ValueThe integer with the number of columns in view after insertion. Details
This inserts the column into the tree view at the given position. If the pos argument is -1, then the column is inserted at the end. If view has the fixed-height-mode property enabled, then column must have its sizing property set to be the :fixed value. Warning | See also |
2025-4-15