The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

UI::Various::Tk::Dialog - concrete implementation of UI::Various::Dialog

SYNOPSIS

    # This module should never be used directly!
    # It is used indirectly via the following:
    use UI::Various::Dialog;

ABSTRACT

This module is the specific implementation of UI::Various::Dialog 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 dialogue from application

Tk's concrete implementation of UI::Various::Dialog::destroy directly destroy the dialogue and removes its children.

_draw - show dialogue

Tk's concrete implementation of UI::Various::Dialog::draw

SEE ALSO

UI::Various, UI::Various::Dialog

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 (at) cpan (dot) org>