MenuItem.this

This should ONLY be used if there is no associated action, for example, if the menu item is just a submenu.

  1. this(string lbl, Widget parent)
    class MenuItem
    this
    (
    string lbl
    ,
    Widget parent = null
    )
  2. this(Action action, Widget parent)
Suggestion Box / Bug Report