# `GSGlyphViewControllerProtocol canShowInfoForSelection`

*Instance Method*

is called to determine if the “Show Info for Selection” menu item should be activated

## Declaration

```swift
optional func canShowInfoForSelection() -> Bool
```

```objc
- (BOOL) canShowInfoForSelection;
```

```python
canShowInfoForSelection() -> bool
```

## Return Value

A bool

