Menu

Undocumented in source.
class Menu : gtk.Menu.Menu {}

Members

Mixins

__anonymous
mixin MenuAdd
Undocumented in source.

Mixed In Members

From mixin MenuAdd

add
MenuItem add(string s, void delegate() onclick)
Undocumented in source. Be warned that the author may not have intended to support it.
add
MenuItem add(StockID id, void delegate() onclick)
Undocumented in source. Be warned that the author may not have intended to support it.
add
MenuItem add(string s, StockID id, void delegate() onclick)
Undocumented in source. Be warned that the author may not have intended to support it.
addWidget
MenuItem addWidget(Widget w, void delegate() onclick)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta