MenuItem.this
this
(string label = null, string detailedAction = null)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 [gio.menu_item.MenuItem.setDetailedAction] for more information.
Parameters
label | the section label, or null |
detailedAction | the detailed action string, or null |
Returns
a new #GMenuItem