# `GlyphsToolEvent canShowInfoForSelection`

*Instance Method*

return true if the current selection state might show a “Info for Selection” dialog.

## Declaration

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

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

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

