Constructor
Gtk.Scrollbar.new
Declaration [src]
GtkWidget*
gtk_scrollbar_new (
  GtkOrientation orientation,
  GtkAdjustment* adjustment
)
Parameters
| orientation | GtkOrientation | 
| the scrollbar’s orientation. | |
| adjustment | GtkAdjustment | 
| the  | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkWidget | |
| the new  | |
| Ownership is not transferred to the caller | |