gtk.SeparatorMenuItem

gtk.SeparatorMenuItem — a separator used in menus.

Synopsis

class gtk.SeparatorMenuItem(gtk.MenuItem):
    gtk.SeparatorMenuItem()

Ancestry

+-- gobject.GObject
  +-- gtk.Object
    +-- gtk.Widget
      +-- gtk.Container
        +-- gtk.Bin
          +-- gtk.Item
            +-- gtk.MenuItem
              +-- gtk.SeparatorMenuItem

Implemented Interfaces

gtk.SeparatorMenuItem implements gtk.Buildable

gtk.SeparatorMenuItem Style Properties

gtk.Widget Style Properties

gtk.MenuItem Style Properties

Description

The gtk.SeparatorMenuItem 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.

Constructor

    gtk.SeparatorMenuItem()

Returns :

a new gtk.SeparatorMenuItem widget

Creates a new gtk.SeparatorMenuItem widget.