# `GlyphsToolDraw willActivate`

*Instance Method*

Is called when the tool becomes active

## Declaration

```swift
optional func willActivate()
```

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

```python
willActivate()
```

## Discussion

This might mean that the tool is clicked or the document window becomes active

