Method

Gtk.ScrolledWindow.get_vscrollbar

Declaration [src]

GtkWidget*
gtk_scrolled_window_get_vscrollbar (
  GtkScrolledWindow* scrolled_window
)

Description [src]

Returns the vertical scrollbar of scrolled_window.

Return value

Returns: GtkWidget

the vertical scrollbar of the scrolled window.

Ownership is not transferred to the caller