Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Basson <joel@mono-cvs.ximian.com>2003-05-24 18:58:25 +0400
committerJoel Basson <joel@mono-cvs.ximian.com>2003-05-24 18:58:25 +0400
commit55a17580fcccfcef6fbfece3faec94318d69b185 (patch)
tree7abf67f9edd2c9332e5ee0bba615239abcee811b /mcs/class/System.Windows.Forms/Gtk/Form.cs
parentf8250b2369caedc3d5fde77a26fd7269dfd85d07 (diff)
2003-05-24 Joel Basson <jstrike@mweb.co.za>
* MainMenu.cs * MenuItems.cs * Some more work done to MessageBox.cs svn path=/trunk/mcs/; revision=14843
Diffstat (limited to 'mcs/class/System.Windows.Forms/Gtk/Form.cs')
-rw-r--r--mcs/class/System.Windows.Forms/Gtk/Form.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/mcs/class/System.Windows.Forms/Gtk/Form.cs b/mcs/class/System.Windows.Forms/Gtk/Form.cs
index 2307780c711..f28aaa7d1a8 100644
--- a/mcs/class/System.Windows.Forms/Gtk/Form.cs
+++ b/mcs/class/System.Windows.Forms/Gtk/Form.cs
@@ -16,7 +16,7 @@ using GtkSharp;
namespace System.Windows.Forms {
public class Form : ContainerControl {
- Window win;
+ internal Window win;
string caption;
Size csize;
@@ -255,14 +255,14 @@ namespace System.Windows.Forms {
// }
//}
// [MonoTODO]
- //public Control Menu {
- // get {
- // throw new NotImplementedException ();
- // }
- // set {
- // Controls.AddRange(new System.Windows.Forms.Control[] {value});
- // }
- //}
+ public Control Menu {
+ get {
+ throw new NotImplementedException ();
+ }
+ set {
+ Control.Controls.Add(value);
+ }
+ }
// [MonoTODO]
// public MainMenu MergedMenu {
// get {