MenuItem.this

Creates a new Item associated with a "activate" delegate and with a action code and optionally accelGroup

  1. this(GtkMenuItem* gtkMenuItem, bool ownedRef)
  2. this(string label, void delegate(MenuItem) dlg, string action)
  3. this(void delegate(MenuItem) dlg, string label, string action, bool mnemonic, AccelGroup accelGroup, char accelKey, GdkModifierType modifierType, GtkAccelFlags accelFlags)
    class MenuItem
    this
    (
    void delegate dlg
    ,
    string label
    ,
    string action
    ,
    bool mnemonic = true
    ,,
    char accelKey = '\0'
    ,
    GdkModifierType modifierType = GdkModifierType.CONTROL_MASK
    ,)
  4. this(void delegate(MenuItem) dlg, string label, bool mnemonic)
  5. this(string label, bool mnemonic)
  6. this()

Meta