
[Top]
GTK
GTK.MenuItem
|
Method GTK.MenuItem()->create()
- Method
create
object(GTK.MenuItem) GTK.MenuItem()->create(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().
Extracted from Pike v7.3 release 11 at 2001-11-03.
|