Scrollbar Widgets

These are standard scrollbars. They should be used only to scroll another widget, such as, a Gtk::Entry, or a Gtk::Viewport, though it's usually easier to use the Gtk::ScrolledWindow widget in most cases.

There are horizontal and vertical scrollbar classes - Gtk::HScrollbar and Gtk::VScrollbar.

Reference