NAME

TUI::MsgBox - Message box utilities for the TUI::Vision framework

SYNOPSIS

use TUI::MsgBox;

# Placeholder module.
# The full message box system will be migrated from TV::MsgBox.

DESCRIPTION

TUI::MsgBox provides message box and input box utilities for the TUI::Vision framework. It corresponds to the Turbo Vision message box subsystem and offers simple modal dialogs for displaying messages, warnings, confirmations, and text prompts.

This module re-exported:

  • Const Symbolic constants for message box types and button sets.

  • MsgBoxText Functions such as messageBox and inputBox.

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::MsgBox::Const and TV::MsgBox::MsgBoxText.

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

  • Phase 4 Unified modal dialog API for TUI::Vision.

AUTHOR

J. Schneider