CtkSeparatorMenuItem

CtkSeparatorMenuItem — A separator used in menus

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkBin
                    ╰── CtkMenuItem
                        ╰── CtkSeparatorMenuItem

Implemented Interfaces

CtkSeparatorMenuItem implements AtkImplementorIface, CtkBuildable, CtkActivatable and CtkActionable.

Includes

#include <ctk/ctk.h>

Description

The CtkSeparatorMenuItem is a separator used to group items within a menu. It displays a horizontal line with a shadow to make it appear sunken into the interface.

CSS nodes

CtkSeparatorMenuItem has a single CSS node with name separator.

Functions

ctk_separator_menu_item_new ()

CtkWidget *
ctk_separator_menu_item_new (void);

Creates a new CtkSeparatorMenuItem.

Returns

a new CtkSeparatorMenuItem.

Types and Values

struct CtkSeparatorMenuItem

struct CtkSeparatorMenuItem;

struct CtkSeparatorMenuItemClass

struct CtkSeparatorMenuItemClass {
  CtkMenuItemClass parent_class;
};

Members