# `GSWindowController showNotificationBox:`

*Instance Method*

## Declaration

```swift
@IBAction func showNotificationBox(_ notification: String)
```

```objc
- (void) showNotificationBox:(NSString *) notification;
```

```python
showNotificationBox_(notification: str)
```

