# `GlyphsToolEvent addMenuItemsForEvent:controller:toMenu:`

*Instance Method*

## Declaration

```swift
optional func addMenuItems(for theEvent: NSEvent, controller: GSEditViewController, to theMenu: NSMenu)
```

```objc
- (void) addMenuItemsForEvent:(NSEvent *) theEvent controller:(GSEditViewController *) controller toMenu:(NSMenu *) theMenu;
```

```python
addMenuItemsForEvent_controller_toMenu_(theEvent: NSEvent, controller: GSEditViewController, theMenu: NSMenu)
```

