Learn R Programming

RGtk2 (version 2.8.8)

GtkSeparatorMenuItem: GtkSeparatorMenuItem

Description

A separator used in menus

Arguments

Methods and Functions

gtkSeparatorMenuItemNew(show = TRUE) gtkSeparatorMenuItem(show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----\link{GtkItem} +----\link{GtkMenuItem} +----GtkSeparatorMenuItem

Interfaces

GtkSeparatorMenuItem implements AtkImplementorIface.

Detailed 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.

Convenient Construction

gtkSeparatorMenuItem is the equivalent of gtkSeparatorMenuItemNew.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkSeparatorMenuItem.html