From e7f5c90645f07be191be732ea91e1aad9851375e Mon Sep 17 00:00:00 2001 From: Joel Basson Date: Sat, 24 May 2003 15:13:33 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/mcs/; revision=14845 --- .../Gtk/MessageBoxButtons.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs diff --git a/mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs b/mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs new file mode 100644 index 00000000000..bca72acb3ea --- /dev/null +++ b/mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs @@ -0,0 +1,18 @@ +// +// System.Windows.Forms.ComboBox +// +// Author: +// Joel Basson (jstrike@mweb.co.za) +// +// + +using System; + +namespace System.Windows.Forms +{ + public enum MessageBoxButtons{ + + OK, OKCancel, RetryCancel, YesNo, YesNoCancel, AbortRetryIgnore + + } +} -- 2.25.1