NAME
TUI::StdDlg - Standard dialogs for the TUI::Vision framework
SYNOPSIS
use TUI::StdDlg;
# Placeholder module.
# The full standard dialog set will be migrated from TV::StdDlg.
DESCRIPTION
TUI::StdDlg provides the standard dialog set for the TUI::Vision framework. It corresponds to the Turbo Vision standard dialogs and includes high-level components such as file dialogs, directory dialogs, and specialized list boxes.
This module re-exported:
Const Symbolic constants for standard dialog behavior.
FileCollection Support structures for file and directory dialogs.
SortedListBox A list box widget with automatic sorting.
Additional Turbo Vision standard dialogs (file dialog, directory dialog, input dialogs, message dialogs, etc.) are planned but not yet included in the Perl port.
AUTHORS
- Borland International (original Turbo Vision design)
- J. Schneider <brickpool@cpan.org> (Perl implementation and maintenance)
CONTRIBUTORS
Contributors are documented in the POD of the respective framework modules.
COPYRIGHT AND LICENSE
Copyright (c) 1990-1994, 1997 by Borland International
Copyright (c) 2026 the "AUTHORS" as listed above.
This software is licensed under the MIT license (see the LICENSE file, which is part of the distribution).