*** empty log message ***
authorJoel Basson <joel@mono-cvs.ximian.com>
Sat, 24 May 2003 15:13:33 +0000 (15:13 -0000)
committerJoel Basson <joel@mono-cvs.ximian.com>
Sat, 24 May 2003 15:13:33 +0000 (15:13 -0000)
svn path=/trunk/mcs/; revision=14845

mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs [new file with mode: 0644]

diff --git a/mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs b/mcs/class/System.Windows.Forms/Gtk/MessageBoxButtons.cs
new file mode 100644 (file)
index 0000000..bca72ac
--- /dev/null
@@ -0,0 +1,18 @@
+//             
+//                     System.Windows.Forms.ComboBox
+//
+//                     Author: 
+//                                             Joel Basson             (jstrike@mweb.co.za)
+//
+//
+
+using System;\r
+\r
+namespace System.Windows.Forms\r
+{\r
+       public enum MessageBoxButtons{
+\r
+               OK, OKCancel, RetryCancel, YesNo, YesNoCancel, AbortRetryIgnore
+\r
+       }\r
+}