Method

GntTreescroll

Declaration [src]

void
gnt_tree_scroll (
  GntTree* tree,
  int count
)

Description [src]

Scroll the contents of the tree.

Parameters

count

Type: int

If positive, the tree will be scrolled down by count rows, otherwise, it will be scrolled up by count rows.