Method
Gtk.ScrolledWindow.get_hadjustment
Declaration [src]
GtkAdjustment*
gtk_scrolled_window_get_hadjustment (
  GtkScrolledWindow* scrolled_window
)
Description [src]
Returns the horizontal scrollbar’s adjustment.
This is the adjustment used to connect the horizontal scrollbar to the child widget’s horizontal scroll functionality.
| Gets property | Gtk.ScrolledWindow:hadjustment | 
Return value
| Returns: GtkAdjustment | |
| the horizontal  | |
| Ownership is not transferred to the caller | |