---
title: "menuChanged(_:)"
framework: appkit
role: symbol
role_heading: Type Method
path: "appkit/nswindow/menuchanged(_:)"
---

# menuChanged(_:)

This method does nothing; it is here for backward compatibility.

## Declaration

```swift
class func menuChanged(_ menu: NSMenu)
```

## Parameters

- `menu`: The menu object that changed.

## See Also

### Related Documentation

- [menu](appkit/nsresponder/menu.md)

### Methods

- [gState()](appkit/nswindow/gstate().md)
- [canStoreColor()](appkit/nswindow/canstorecolor().md)
- [enableFlushing()](appkit/nswindow/enableflushing().md)
- [disableFlushing()](appkit/nswindow/disableflushing().md)
- [flush()](appkit/nswindow/flush().md)
- [flushIfNeeded()](appkit/nswindow/flushifneeded().md)
- [cacheImage(in:)](appkit/nswindow/cacheimage(in:).md)
- [restoreCachedImage()](appkit/nswindow/restorecachedimage().md)
- [discardCachedImage()](appkit/nswindow/discardcachedimage().md)
- [useOptimizedDrawing(_:)](appkit/nswindow/useoptimizeddrawing(_:).md)
- [init(windowRef:)](appkit/nswindow/init(windowref:).md)
