// // Dialog.cs: Dialog box // // Authors: // Miguel de Icaza (miguel@gnome.org) // using System; using System.Collections.Generic; using System.Linq; using NStack; namespace Terminal.Gui { /// /// The is a that by default is centered and contains one /// or more s. It defaults to the color scheme and has a 1 cell padding around the edges. /// /// /// To run the modally, create the , and pass it to . /// This will execute the dialog until it terminates via the [ESC] or [CTRL-Q] key, or when one of the views /// or buttons added to the dialog calls . /// public class Dialog : Window { internal List