Yegor Stepanov
Results
2
issues of
Yegor Stepanov
This PR implements the layer locking behaviour (`&llck` / `&layer_lock`) that allows to lock currently active layer(s). It is possible to lock multiple activated layers at once, which allows this...
### Description: This addresses #1648, adding the ability to recursively search the menu items Usage example: ``` package main import ( "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/container" "fyne.io/fyne/v2/widget" ) func main() { myApp...