Closed waitsfornone closed 4 years ago
Describe the bug While attempting to remove a child of a Box Widget, I get the following error:
AttributeError: 'Box' object has no attribute 'remove_child'
To Reproduce Steps to reproduce the behavior:
gtk_remove_bug
hangman.py
Expected behavior I expected to be able to remove the child by the reference
Environment: Ubuntu 18.04 (64-bit) Python 3.8.1 Toga 0.3.0dev22
Hi Folks, I see a similar error on Windows--even with Box.add, since that also potentially calls remove when adding to new parent.
Describe the bug While attempting to remove a child of a Box Widget, I get the following error:
AttributeError: 'Box' object has no attribute 'remove_child'
To Reproduce Steps to reproduce the behavior:
gtk_remove_bug
hangman.py
Expected behavior I expected to be able to remove the child by the reference
Environment: Ubuntu 18.04 (64-bit) Python 3.8.1 Toga 0.3.0dev22