MenuItem.this

Creates a new GMenuItem. If label is non-NULL it is used to set the "label" attribute of the new item. If detailed_action is non-NULL it is used to set the "action" and possibly the "target" attribute of the new item. See g_menu_item_set_detailed_action() for more information. Since 2.32

  1. this(GMenuItem* gMenuItem)
  2. this(string label, string detailedAction)
    class MenuItem
    this
    (
    string label
    ,)
  3. this(MenuModel model, int itemIndex)

Parameters

label string

the section label, or NULL. [allow-none]

detailedAction string

the detailed action string, or NULL. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta