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:
GntWidgetThe trigger widget.
The data is owned by the caller of the function.