CtkHScrollbar

CtkHScrollbar — A horizontal scrollbar

Functions

Types and Values

struct CtkHScrollbar

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkRange
                ╰── CtkScrollbar
                    ╰── CtkHScrollbar

Implemented Interfaces

CtkHScrollbar implements AtkImplementorIface, CtkBuildable and CtkOrientable.

Includes

#include <ctk/ctk.h>

Description

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.

Functions

ctk_hscrollbar_new ()

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.

Parameters

adjustment

the CtkAdjustment to use, or NULL to create a new adjustment.

[allow-none]

Returns

the new CtkHScrollbar

Types and Values

struct CtkHScrollbar

struct CtkHScrollbar;

See Also

CtkScrollbar, CtkScrolledWindow