Package: gtk
Class gtk-list-box-row
Superclassesgtk-container, gtk-widget, gtk-buildable, gtk-actionable, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gkt-list-box-row widget is a child widget for the gtk-list-box widget. The gtk-list-box-row widget can be marked as activatable or selectable.
If a row is activatable, the "row-activated" signal will be emitted for it
when the user tries to activate it. If it is selectable, the row will be
marked as selected when the user tries to select it. Signal DetailsThe "activate" signallambda (row) :actionThis is a keybinding signal, which will cause this row to be activated. If you want to be notified when the user activates a row (by key or not), use the "row-activated" signal on the parent gtk-list-box widget of the row.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
*2021-11-30