From: Joel Basson Date: Sat, 24 May 2003 15:13:33 +0000 (-0000) Subject: *** empty log message *** X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=e7f5c90645f07be191be732ea91e1aad9851375e;p=mono.git *** empty log message *** svn path=/trunk/mcs/; revision=14845 --- 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 + + } +}