Method

Gtk.Scrollbar.set_adjustment

Declaration [src]

void
gtk_scrollbar_set_adjustment (
  GtkScrollbar* self,
  GtkAdjustment* adjustment
)

Description [src]

Makes the scrollbar use the given adjustment.

Parameters

adjustment GtkAdjustment
 

the adjustment to set

 Can be NULL
 Ownership is not transferred to the callee