Class: Gtk::Scrollbar

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#new(orientation, adjustment) ⇒ Gtk::Widget

Creates a new scrollbar with the given orientation.

Parameters:

  • orientation (Gtk::Orientation)

    the scrollbar’s orientation.

  • adjustment (Gtk::Adjustment)

    the Gtk::Adjustment to use, or nil to create a new adjustment.

Returns: