//
// Dialog.cs: Dialog box
//
// Authors:
// Miguel de Icaza (miguel@gnome.org)
//
using System;
using System.Collections.Generic;
namespace Terminal {
///
/// The dialog box is a window that by default is centered and contains one
/// or more buttons.
///
public class Dialog : Window {
List