| Top |
GObject
╰── GInitiallyUnowned
╰── CtkWidget
╰── CtkContainer
╰── CtkBin
╰── CtkMenuItem
╰── CtkSeparatorMenuItem
CtkSeparatorMenuItem implements AtkImplementorIface, CtkBuildable, CtkActivatable and CtkActionable.
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.
CtkWidget *
ctk_separator_menu_item_new (void);
Creates a new CtkSeparatorMenuItem.