CtkVPaned

CtkVPaned — A container with two panes arranged vertically

Functions

Types and Values

struct CtkVPaned

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkPaned
                    ╰── CtkVPaned

Implemented Interfaces

CtkVPaned implements AtkImplementorIface, CtkBuildable and CtkOrientable.

Includes

#include <ctk/ctk.h>

Description

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

CtkVPaned has been deprecated, use CtkPaned instead.

Functions

ctk_vpaned_new ()

CtkWidget *
ctk_vpaned_new (void);

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

Use ctk_paned_new() with CTK_ORIENTATION_VERTICAL instead

Create a new CtkVPaned

Returns

the new CtkVPaned

Types and Values

struct CtkVPaned

struct CtkVPaned;