# `GSDialogDelegateProtocol`

*Protocol*

## Declaration

```swift
protocol GSDialogDelegateProtocol : NSObjectProtocol
```

```objc
@protocol GSDialogDelegateProtocol <NSObject>
```

```python
GSDialogDelegateProtocol
```

## Topics

### Instance Methods

- [`GSDialogDelegateProtocol cancelDialog:`](/Core/GlyphsKit/GSDialogDelegateProtocol/cancelDialog:)
- [`GSDialogDelegateProtocol confirmDialog:`](/Core/GlyphsKit/GSDialogDelegateProtocol/confirmDialog:)
- [`GSDialogDelegateProtocol handleScreenChange:`](/Core/GlyphsKit/GSDialogDelegateProtocol/handleScreenChange:)
- [`GSDialogDelegateProtocol okButtonTitleForDialog:`](/Core/GlyphsKit/GSDialogDelegateProtocol/okButtonTitleForDialog:)
- [`GSDialogDelegateProtocol prepareWindow:`](/Core/GlyphsKit/GSDialogDelegateProtocol/prepareWindow:)

## Relationships

### Inherits From

- `NSObject`

