# `GSAdvancedPreferences`

*Class*

## Declaration

```swift
class GSAdvancedPreferences
```

```objc
@interface GSAdvancedPreferences : NSViewController
```

```python
class GSAdvancedPreferences(NSViewController)
```

## Topics

### Instance Methods

- [`GSAdvancedPreferences registerEntries:forCategory:`](/Core/GlyphsApp/GSAdvancedPreferences/registerEntries:forCategory:) — Appends new entries in the given order to the end of a category, or creates a new category, if it does not exist yet.

### Type Properties

- [`GSAdvancedPreferences.sharedAdvancedPreferences`](/Core/GlyphsApp/GSAdvancedPreferences/sharedAdvancedPreferences)

## Relationships

### Inherits From

- `NSViewController`

### Conforms To

- `NSTableViewDataSource`
- `NSTableViewDelegate`

