- 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.
- addAccel
void addAccel(ILayoutWindow win, string shortcut)
Undocumented in source. Be warned that the author may not have intended to support it.
- addSeparator
void addSeparator()
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.
- onClickFunc
void onClickFunc(gtk.MenuItem.MenuItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- setupEvents
void setupEvents(void delegate() onclick)
Undocumented in source. Be warned that the author may not have intended to support it.
- subMenu
Menu subMenu()
Undocumented in source. Be warned that the author may not have intended to support it.