Method
GtkScrolledWindowset_hadjustment
Declaration [src]
void
gtk_scrolled_window_set_hadjustment (
  GtkScrolledWindow* scrolled_window,
  GtkAdjustment* hadjustment
)
Description [src]
Sets the GtkAdjustment for the horizontal scrollbar.
| Sets property | Gtk.ScrolledWindow:hadjustment | 
Parameters
- hadjustment
- 
            Type: GtkAdjustmentThe GtkAdjustmentto use, orNULLto create a new one.The argument can be NULL.The data is owned by the caller of the function.