Method

GtkScrollableget_hadjustment

Declaration [src]

GtkAdjustment*
gtk_scrollable_get_hadjustment (
  GtkScrollable* scrollable
)

Description [src]

Retrieves the GtkAdjustment used for horizontal scrolling.

Return value

Type: GtkAdjustment

Horizontal GtkAdjustment.

The returned data is owned by the instance.
The return value can be NULL.