Method

GntTextViewscroll

Declaration [src]

void
gnt_text_view_scroll (
  GntTextView* view,
  int scroll
)

Description [src]

Scroll the textview.

Parameters

scroll

Type: int

Scroll > 0 means scroll up, < 0 means scroll down, == 0 means scroll to the end.