ColumnViewRow.setActivatable

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.

class ColumnViewRow
void
setActivatable

Parameters

activatable bool

if the row should be activatable