Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Class GTK1.MenuItem

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Bin GTK1.Item GTK1.MenuItem GTK1.CheckMenuItem GTK1.PixmapMenuItem GTK1.RadioMenuItem GTK1.TearoffMenuItem
Description

Menu items, to be added to menues.


Inherit Item

inherit GTK1.Item : Item


Method create

GTK1.MenuItem GTK1.MenuItem(string|void label)

Description

If a string is supplied, a W(Label) widget is created using that string and added to the item. Otherwise, you should add another widget to the list item with ->add().