MakieLayout.jl
MakieLayout.jl copied to clipboard
LMenu label text as a LText object
In LMenu
section of Layoutable Example in docs, we can see that a menu label text has to be defined as another object LText
. Is there a way to just create a LMenu
with a label already instead of creating two separate elements?