# `GSDialogController cancelPressed:`

*Instance Method*

Default Cancel action; implementation does nothing.

## Declaration

```swift
@IBAction func cancelPressed(_ sender: Any)
```

```objc
- (void) cancelPressed:(id) sender;
```

```python
cancelPressed_(sender: object)
```

