ColumnViewRow.setActivatable
void setActivatable(bool activatable)Sets self to be activatable.
If a row is activatable, double-clicking on the row, using the Return key or calling [gtk.widget.Widget.activate] will activate the row. Activating instructs the containing columnview to emit the [gtk.column_view.ColumnView.activate] signal.
By default, row are activatable.
Parameters
activatable | if the row should be activatable |