Method

GntTextViewattach_scroll_widget

Declaration [src]

void
gnt_text_view_attach_scroll_widget (
  GntTextView* view,
  GntWidget* widget
)

Description [src]

Setup hooks so that pressing up/down/page-up/page-down keys when ‘widget’ is in focus scrolls the textview.

Parameters

widget

Type: GntWidget

The trigger widget.

The data is owned by the caller of the function.