GtkSeparatorMenuItem
GtkSeparatorMenuItem — A separator used in menus
|
|
Includes
#include <gtk/gtk.h>
Description
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.
Types and Values
struct GtkSeparatorMenuItem
struct GtkSeparatorMenuItem {
GtkMenuItem menu_item;
};
struct GtkSeparatorMenuItemClass
struct GtkSeparatorMenuItemClass {
GtkMenuItemClass parent_class;
};