# `GSEditFilterWindowController.showGlyphCountToggle`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var showGlyphCountToggle: NSButton { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSButton * showGlyphCountToggle;
```

```python
showGlyphCountToggle() -> NSButton
setShowGlyphCountToggle_(showGlyphCountToggle: NSButton)
```

