Package: gtk
Class gtk:grid-view
Superclassesgtk:list-base, gtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:orientable, gtk:scrollable, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:grid-view widget is a widget to present a view into a large
dynamic grid of items. The gtk:grid-view widget uses its factory to generate one child
widget for each visible item and shows them in a grid. The orientation of the
grid view determines if the grid reflows vertically or horizontally. The gtk:grid-view widget allows the user to select items according to the selection characteristics of the model. For models that allow multiple selected items, it is possible to turn on rubberband selection, using the enable-rubberband property. To learn more about the list widget framework, see the list widget overview. CSS nodesgridview ├── child │ ├── child │ ┊ ╰── [rubberband]The gtk:grid-view implementation uses a single CSS node with name gridview. Each child uses a single CSS node with name child. If the activatable property is set, the corresponding row will have the .activatable style class. For rubberband selection, a subnode with name rubberband is used. AccessibilitySignal DetailsThe "activate" signallambda (gridview position) :run-last
| Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
2024-11-28