CtkHPaned

CtkHPaned — A container with two panes arranged horizontally

Functions

Types and Values

struct CtkHPaned

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkPaned
                    ╰── CtkHPaned

Implemented Interfaces

CtkHPaned implements AtkImplementorIface, CtkBuildable and CtkOrientable.

Includes

#include <ctk/ctk.h>

Description

The HPaned widget is a container widget with two children arranged horizontally. The division between the two panes is adjustable by the user by dragging a handle. See CtkPaned for details.

CtkHPaned has been deprecated, use CtkPaned instead.

Functions

ctk_hpaned_new ()

CtkWidget *
ctk_hpaned_new (void);

ctk_hpaned_new has been deprecated since version 3.2 and should not be used in newly-written code.

Use ctk_paned_new() with CTK_ORIENTATION_HORIZONTAL instead

Create a new CtkHPaned

Returns

the new CtkHPaned

Types and Values

struct CtkHPaned

struct CtkHPaned;