gtk.separator_menu_item

Module for [SeparatorMenuItem] class

Types 3

The #GtkSeparatorMenuItem 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

GtkSeparatorMenuItem has a single CSS node with name separator.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SeparatorMenuItem self() nothrowReturns `this`, for use in `with` statements.
SeparatorMenuItemGidBuilder builder() static nothrowGet builder for [gtk.separator_menu_item.SeparatorMenuItem] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkSeparatorMenuItem. Returns: a new #GtkSeparatorMenuItem.