GTK+ 3 Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <gtk/gtk.h>
struct GtkSeparatorMenuItem;
GtkWidget * gtk_separator_menu_item_new (void
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkMenuItem +----GtkSeparatorMenuItem
GtkSeparatorMenuItem implements AtkImplementorIface, GtkBuildable and GtkActivatable.
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.
GtkWidget * gtk_separator_menu_item_new (void
);
Creates a new GtkSeparatorMenuItem.
Returns : |
a new GtkSeparatorMenuItem. |