GtkSeparatorMenuItem — A separator used in menus
| struct | GtkSeparatorMenuItem |
| struct | GtkSeparatorMenuItemClass |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkMenuItem
╰── GtkSeparatorMenuItem
GtkSeparatorMenuItem implements AtkImplementorIface, GtkBuildable, GtkActivatable and GtkActionable.
#include <gtk/gtk.h>
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.
GtkSeparatorMenuItem has a single CSS node with name separator.
GtkWidget *
gtk_separator_menu_item_new (void); Creates a new GtkSeparatorMenuItem.
a new GtkSeparatorMenuItem.
struct GtkSeparatorMenuItem;
struct GtkSeparatorMenuItemClass {
GtkMenuItemClass parent_class;
};
© 2005–2020 The GNOME Project
Licensed under the GNU Lesser General Public License version 2.1 or later.
https://developer.gnome.org/gtk3/3.24/GtkSeparatorMenuItem.html