Skip to content

Cannot delete! a Textbox #1354

@AayushSabharwal

Description

@AayushSabharwal

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()

image

Now, after running delete!(tb)

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions