CtkVSeparator

CtkVSeparator — A vertical separator

Functions

Types and Values

struct CtkVSeparator

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkSeparator
                ╰── CtkVSeparator

Implemented Interfaces

CtkVSeparator implements AtkImplementorIface, CtkBuildable and CtkOrientable.

Includes

#include <ctk/ctk.h>

Description

The CtkVSeparator widget is a vertical separator, used to group the widgets within a window. It displays a vertical line with a shadow to make it appear sunken into the interface.

CtkVSeparator has been deprecated, use CtkSeparator instead.

Functions

ctk_vseparator_new ()

CtkWidget *
ctk_vseparator_new (void);

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

Use ctk_separator_new() with CTK_ORIENTATION_VERTICAL instead

Creates a new CtkVSeparator.

Returns

a new CtkVSeparator.

Types and Values

struct CtkVSeparator

struct CtkVSeparator;

The CtkVSeparator struct contains private data only, and should be accessed using the functions below.

See Also

CtkHSeparator