CtkSeparator

CtkSeparator — A separator widget

Functions

Types and Values

struct CtkSeparator

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkSeparator
                ├── CtkHSeparator
                ╰── CtkVSeparator

Implemented Interfaces

CtkSeparator implements AtkImplementorIface, CtkBuildable and CtkOrientable.

Includes

#include <ctk/ctk.h>

Description

CtkSeparator is a horizontal or vertical separator widget, depending on the value of the “orientation” property, used to group the widgets within a window. It displays a line with a shadow to make it appear sunken into the interface.

CSS nodes

CtkSeparator has a single CSS node with name separator. The node gets one of the .horizontal or .vertical style classes.

Functions

ctk_separator_new ()

CtkWidget *
ctk_separator_new (CtkOrientation orientation);

Creates a new CtkSeparator with the given orientation.

Parameters

orientation

the separator’s orientation.

 

Returns

a new CtkSeparator.

Since: 3.0

Types and Values

struct CtkSeparator

struct CtkSeparator;