CtkHSeparator

CtkHSeparator — A horizontal separator

Functions

Types and Values

struct CtkHSeparator

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkSeparator
                ╰── CtkHSeparator

Implemented Interfaces

CtkHSeparator implements AtkImplementorIface, CtkBuildable and CtkOrientable.

Includes

#include <ctk/ctk.h>

Description

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

The CtkHSeparator widget is not used as a separator within menus. To create a separator in a menu create an empty CtkSeparatorMenuItem widget using ctk_separator_menu_item_new() and add it to the menu with ctk_menu_shell_append().

CtkHSeparator has been deprecated, use CtkSeparator instead.

Functions

ctk_hseparator_new ()

CtkWidget *
ctk_hseparator_new (void);

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

Use ctk_separator_new() with CTK_ORIENTATION_HORIZONTAL instead

Creates a new CtkHSeparator.

Returns

a new CtkHSeparator.

Types and Values

struct CtkHSeparator

struct CtkHSeparator;

See Also

CtkSeparator