# `GlyphsPathPlugin applyToPathsInAllLayers:sender:process:`

*Instance Method*

## Declaration

```swift
func applyToPaths(inAllLayers forAll: Bool, sender: NSMenuItem?, process block: @escaping ApplyAllLayersPathHandler)
```

```objc
- (void) applyToPathsInAllLayers:(BOOL) forAll sender:(NSMenuItem *) sender process:(ApplyAllLayersPathHandler) block;
```

```python
applyToPathsInAllLayers_sender_process_(forAll: bool, sender: NSMenuItem, block: ApplyAllLayersPathHandler)
```

