TreeView.getRubberBanding

Returns whether rubber banding is turned on for 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
bool
getRubberBanding
()

Return Value

Type: bool

true if rubber banding in tree_view is enabled.

Detailed Description