The
gtk: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.