MenuItem

Undocumented in source.

Constructors

this
this(string s, void delegate() onclick)
Undocumented in source.
this
this(StockID id, void delegate() onclick)
Undocumented in source.
this
this(string s, StockID id, void delegate() onclick)
Undocumented in source.
this
this(Widget w, void delegate() onclick)
Undocumented in source.

Members

Functions

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.

Variables

onClick
void delegate()[] onClick;
Undocumented in source.
subMenuIntern
Menu subMenuIntern;
Undocumented in source.

Meta