Author: rolf
Date: 2007-06-13 11:57:59 -0400 (Wed, 13 Jun 2007)
New Revision: 79442
Modified:
trunk/olive/class/agclr/System.Windows.Controls/ChangeLog
trunk/olive/class/agclr/System.Windows.Controls/Panel.cs
Log:
* Panel.cs: Use native constructors.
Modified: trunk/olive/class/agclr/System.Windows.Controls/ChangeLog
===================================================================
--- trunk/olive/class/agclr/System.Windows.Controls/ChangeLog 2007-06-13
15:57:48 UTC (rev 79441)
+++ trunk/olive/class/agclr/System.Windows.Controls/ChangeLog 2007-06-13
15:57:59 UTC (rev 79442)
@@ -1,5 +1,9 @@
2007-06-13 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
+ * Panel.cs: Use native constructors.
+
+2007-06-13 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
+
* Canvas.cs, Panel.cs: Implement GetKind.
2007-06-07 Miguel de Icaza <[EMAIL PROTECTED]>
Modified: trunk/olive/class/agclr/System.Windows.Controls/Panel.cs
===================================================================
--- trunk/olive/class/agclr/System.Windows.Controls/Panel.cs 2007-06-13
15:57:48 UTC (rev 79441)
+++ trunk/olive/class/agclr/System.Windows.Controls/Panel.cs 2007-06-13
15:57:59 UTC (rev 79442)
@@ -43,6 +43,7 @@
public Panel ()
{
+ native = NativeMethods.panel_new ();
}
public Brush Background {
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches