I'm using the libgdl in Python using GObject introspection. Does anybody know how to remove a Gdl.DockItem from a Gdl.Dock? I've tried:
dock.remove(dockitem)
and
dock.master.remove(dockitem)
And I've also tried destroying the dockitem and it's child widget. Can't seem to find an example of where this is done.