ListItem.setActivatable

void setActivatable(bool activatable)

Sets self to be activatable.

If an item is activatable, double-clicking on the item, using the Return key or calling [gtk.widget.Widget.activate] will activate the item. Activating instructs the containing view to handle activation. [gtk.list_view.ListView] for example will be emitting the [gtk.list_view.ListView.activate] signal.

By default, list items are activatable.

Parameters

activatableif the item should be activatable