# `GSFontViewController.categoryField`

*Instance Property*

## Declaration

```swift
@IBOutlet weak var categoryField: NSComboBox! { get set }
```

```objc
@property (weak) NSComboBox * categoryField;
```

```python
categoryField() -> NSComboBox
setCategoryField_(categoryField: NSComboBox)
```

