| Top |
GObject
╰── GInitiallyUnowned
╰── CtkWidget
╰── CtkRange
╰── CtkScrollbar
╰── CtkHScrollbar
CtkHScrollbar implements AtkImplementorIface, CtkBuildable and CtkOrientable.
The CtkHScrollbar widget is a widget arranged horizontally creating a
scrollbar. See CtkScrollbar for details on
scrollbars. CtkAdjustment pointers may be added to handle the
adjustment of the scrollbar or it may be left NULL in which case one
will be created for you. See CtkScrollbar for a description of what the
fields in an adjustment represent for a scrollbar.
CtkHScrollbar has been deprecated, use CtkScrollbar instead.
CtkWidget *
ctk_hscrollbar_new (CtkAdjustment *adjustment);
ctk_hscrollbar_new has been deprecated since version 3.2 and should not be used in newly-written code.
Use ctk_scrollbar_new() with CTK_ORIENTATION_HORIZONTAL instead
Creates a new horizontal scrollbar.