# `GlyphsPalette.settingsMenu`

*Instance Property*

a NSMenu that is shown when the user clicks a gear button in the palette title. Useful to open a settings dialog or hide some lesser used UI

## Declaration

```swift
optional var settingsMenu: NSMenu! { get }
```

```objc
@property (nonatomic, readonly) NSMenu * settingsMenu;
```

```python
settingsMenu() -> NSMenu
```

