Method

Gtk.ScrolledWindow.get_hscrollbar

Declaration [src]

GtkWidget*
gtk_scrolled_window_get_hscrollbar (
  GtkScrolledWindow* scrolled_window
)

Description [src]

Returns the horizontal scrollbar of scrolled_window.

Return value

Returns: GtkWidget

the horizontal scrollbar of the scrolled window.

Ownership is not transferred to the caller