TreeView.setRubberBanding

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

More...
class TreeView
void
setRubberBanding
(
bool enable
)

Parameters

enable bool

true to enable rubber banding

Detailed Description