![]() | ![]() | ![]() | GTK+ Reference Manual | ![]() |
---|
GtkSeparatorMenuItem — a separator used in menus.
#include <gtk/gtk.h> struct GtkSeparatorMenuItem; GtkWidget* gtk_separator_menu_item_new (void);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkItem +----GtkMenuItem +----GtkSeparatorMenuItem
GtkSeparatorMenuItem implements AtkImplementorIface.
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.
struct GtkSeparatorMenuItem;
The GtkSeparatorMenuItem struct contains private data only, and should be accessed using the functions below.
GtkWidget* gtk_separator_menu_item_new (void);
Creates a new GtkSeparatorMenuItem.
Returns : | a new GtkSeparatorMenuItem. |
<< GtkCheckMenuItem | GtkTearoffMenuItem >> |