Package: gtk

Function gtk:grid-view-new

Lambda List

gtk:grid-view-new (&optional model factory)

Arguments

model -- an optional gtk:selection-model object to use, or the nil default value
factory -- an optional gtk:list-item-factory object to populate items with or the default nil value

Return Value

The new gtk:grid-view widget using the given model and factory.

Details

Creates a new grid view that uses the given factory for mapping items to widgets.
 

See also

2024-11-28