It’s good practice to store a reference of each widget as a variable or in a struct. You can then easily remove from parent, hide etc with a direct reference.
It’s good practice to store a reference of each widget as a variable or in a struct. You can then easily remove from parent, hide etc with a direct reference.