-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Description
I'm trying to build a small(ish) GUI, for which I need to change a menu based on what is selected in the plot. I can delete! everything in the menu, except the Textboxes. Consider this mockup:
julia> using GLMakie
julia> fig = Figure()
julia> tb = fig[1, 1] = Textbox()Now, after running delete!(tb)
The border for the Textbox goes away, but the text itself remains and is editable. Is there any other way to remove Textboxes from a figure or toggle their visibility?
I'm currently on Julia 1.6.2 with GLMakie v0.4.6
Metadata
Metadata
Assignees
Labels
No labels

