Package: gtk

Function gtk:column-view-column-new

Lambda List

gtk:column-view-column-new (&optional title factory)

Arguments

title -- an optional string with the title to use for this column, or the default nil value
factory -- an optional gtk:list-item-factory object to populate items with, or the default nil value

Return Value

The new gtk:column-view-column object using the given factory.

Details

Creates a new column that uses the given factory for mapping items to widgets. You most likely want to call the gtk:column-view-append-column function next.
 

See also

2024-11-28