Package: gtk

Class gtk-list-box-row

Superclasses

gtk-container, gtk-widget, gtk-buildable, gtk-actionable, g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

activatable
The activatable property of type :boolean (Read / Write)
Determines whether the "row-activated" signal will be emitted for this row.
Default value: true
selectable
The selectable property of type :boolean (Read / Write)
Determines whether this row can be selected.
Default value: true

Details

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 Details

The "activate" signal
 lambda (row)    :action      
This 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.
row
The gtk-list-box-row widget on which the signal is emitted.
 

Slot Access Functions

Inherited Slot Access Functions

See also

*2021-11-30