MenuAdd.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. MenuItem add(string s, void delegate() onclick)
    mixintemplate MenuAdd()
    add
    (
    string s
    ,
    void delegate
    ()
    onclick = null
    )
  2. MenuItem add(StockID id, void delegate() onclick)
  3. MenuItem add(string s, StockID id, void delegate() onclick)

Meta