Package: gtk

Class gtk:list-box-row

Superclasses

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
child
The child property of type gtk:widget (Read / Write)
The child widget.
selectable
The selectable property of type :boolean (Read / Write)
Determines whether this row can be selected.
Default value: true

Details

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      
row
The gtk:list-box-row widget on which the signal is emitted.
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.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-4-13