Method

GtkTreeSelectionselect_all

deprecated: 4.10 

Declaration [src]

void
gtk_tree_selection_select_all (
  GtkTreeSelection* selection
)

Description [src]

Selects all the nodes. selection must be set to GTK_SELECTION_MULTIPLE mode.

Deprecated since: 4.10

Use GtkListView or GtkColumnView.