OSSingleton.globalMenuAddItem

Add a new item with text "label" to global menu. Use "_dock" menu to add item to the macOS dock icon menu. Note: This method is implemented on macOS.

struct OSSingleton
@nogc nothrow
void
globalMenuAddItem
(
VariantArg2
VariantArg3
)
(
in String menu
,
in String label
,
in VariantArg2 id
,
in VariantArg3 meta
)

Meta