# `GSDialogController okPressed:`

*Instance Method*

Default OK action; implementation does nothing.

## Declaration

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

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

```python
okPressed_(sender: object)
```

