OSSingleton.globalMenuRemoveItem

Removes the item at index "idx" from the global menu. Note that the indexes of items after the removed item are going to be shifted by one. Note: This method is implemented on macOS.

struct OSSingleton
@nogc nothrow
void
globalMenuRemoveItem
(
in String menu
,
in long idx
)

Meta