# `GlyphsToolDraw willSelectTempTool:`

*Instance Method*

delegate method to prevent the selection of a temporary tool.

## Declaration

```swift
func willSelectTempTool(_ tempTool: Any) -> Bool
```

```objc
- (BOOL) willSelectTempTool:(id) tempTool;
```

```python
willSelectTempTool_(tempTool: object) -> bool
```

