I'm using gtk.Table in my python application. How can I remove a widget such a gtk.VBox, gtk.HBox or a gtk.Button that I attached in the table? I want to remove the widget in exactly position. Is there anyway to unattach a child widget from table? Such like:
table.attach(button,1,2,1,2)
table.unattach(button,1,2,1,2)
table.remove(button)
This works in general for GTK containers, such as hboxes and vboxes, not just tables.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With