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)
  2. MenuItem add(StockID id, void delegate() onclick)
    mixintemplate MenuAdd()
    add
    (
    StockID id
    ,
    void delegate
    ()
    onclick = null
    )
  3. MenuItem add(string s, StockID id, void delegate() onclick)

Meta