Method

GtkScrolledWindowget_hscrollbar

since: 2.8

Declaration [src]

GtkWidget*
gtk_scrolled_window_get_hscrollbar (
  GtkScrolledWindow* scrolled_window
)

Description [src]

Returns the horizontal scrollbar of scrolled_window.

Available since: 2.8

Return value

Type: GtkWidget

The horizontal scrollbar of the scrolled window.

The returned data is owned by the instance.