GtkSeparatorMenuItem

GtkSeparatorMenuItem — A separator used in menus

Synopsis

#include <gtk/gtk.h>

struct              GtkSeparatorMenuItem;
GtkWidget *         gtk_separator_menu_item_new         (void);

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.

Details

struct GtkSeparatorMenuItem

struct GtkSeparatorMenuItem {
  GtkMenuItem menu_item;
};


gtk_separator_menu_item_new ()

GtkWidget *         gtk_separator_menu_item_new         (void);

Creates a new GtkSeparatorMenuItem.

Returns :

a new GtkSeparatorMenuItem.