# `GlyphsToolEvent showInfoForSelection`

*Instance Method*

actually show the info for Selection dialog

## Declaration

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

```objc
- (BOOL) showInfoForSelection;
```

```python
showInfoForSelection() -> bool
```

## Discussion

Is only called if canShowInfoForSelection returned YES.

