# `GSGlyphViewControllerProtocol showInfoForSelection:`

*Instance Method*

This is the action for the “Show Info for Selection” menu item.

## Declaration

```swift
optional func showInfoForSelection(_ sender: Any?)
```

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

```python
showInfoForSelection_(sender: object)
```

## Parameters

- `sender` — The caller, most likely the menu item

