Method

FoundryAdwTreeExpanderset_activate_on_click

unstable since: 1.1

Declaration [src]

void
foundry_tree_expander_set_activate_on_click (
  FoundryTreeExpander* self,
  gboolean activate_on_click
)

Description [src]

Sets whether clicking on the expander should activate the row instead of expanding or collapsing it.

This is primarily useful when using autoexpand on GtkTreeListModel, where rows are automatically expanded and collapsed as needed, and clicks should instead activate the row.

Available since: 1.1

Parameters

activate_on_click

Type: gboolean

Whether clicks should activate the row.