# `GlyphsToolEvent willActivate`

*Instance Method*

Is called when the tool is activated.

## Declaration

```swift
func willActivate()
```

```objc
- (void) willActivate;
```

```python
willActivate()
```

## Discussion

This might happen when the user selects the tool or when the document becomes active

