Subject: | Curses::Toolkit::Widget::Window::bring_to_back not implemented |
The inline documentation states that I can use
$window->bring_to_back(), but it doesn't appear to be implemented.
There doesn't appear to be any way to remove a window that is added to
root, so I was hoping to just use this to hide it, but to no avail.
I was then going to use Curses::Toolkit::bring_window_to_back, but this
also doesn't appear to be implemented.
Is there any other way to get rid of a window?
I've managed a work around by matching the window that I want to remove
against the $self->{windows} array and then splicing it out, but I don't
know what consequences this might have without digging through all of
the code.
Thanks.