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.

This stub does not implement any of these features yet. It exists solely to reserve the namespace for the upcoming migration.

ROADMAP

  • Phase 2 Migration of TV::StdDlg::Const, FileCollection, and SortedListBox.

  • Phase 3 Implementation of file and directory dialogs.

  • Phase 4 Integration with TUI::Dialogs and TUI::Views.

  • Phase 5 Unified API for standard dialogs across all drivers.

AUTHOR

J. Schneider