Method

GtkTreeViewset_rubber_banding

since: 2.10

Declaration [src]

void
gtk_tree_view_set_rubber_banding (
  GtkTreeView* tree_view,
  gboolean enable
)

Description [src]

Enables or disables rubber banding in tree_view. If the selection mode is #GTK_SELECTION_MULTIPLE, rubber banding will allow the user to select multiple rows by dragging the mouse.

Available since: 2.10

Parameters

enable

Type: gboolean

TRUE to enable rubber banding.