NAME
UI::Various::Tk::Window - concrete implementation of UI::Various::Window
SYNOPSIS
# This module should never be used directly!
# It is used indirectly via the following:
use UI::Various::Window;
ABSTRACT
This module is the specific implementation of UI::Various::Window using Perl/Tk.
DESCRIPTION
The documentation of this module is only intended for developers of the package itself.
METHODS
_prepare - prepare UI element
$ui_element->_prepare;
description:
Prepare the UI element for Tk. The method should only be called from UI::Various::Tk::Main::mainloop
!
returns:
number of errors encountered
destroy - remove window from application
Tk
's concrete implementation of UI::Various::Window::destroy directly destroy the window and removes its children.
SEE ALSO
UI::Various, UI::Various::Window
LICENSE
Copyright (C) Thomas Dorner.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See LICENSE file for more details.
AUTHOR
Thomas Dorner <dorner@cpan.org>