- Implemented Z-Ordering (Control.UpdateZOrder())
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 12 Jan 2005 01:15:49 +0000 (01:15 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 12 Jan 2005 01:15:49 +0000 (01:15 -0000)
commit80fcc1d39369df62a84bb56ea3cecb08b9bcf36d
tree7b6a52452b232b180f5c858309565898938904a4
parent4564ef55fd98b8a52ac0394cd5557d552dfda3fc
- Implemented Z-Ordering (Control.UpdateZOrder())
- Implemented Control.UpdatStyles()
- Moved PeekMessageFlags to make them accessible to all drivers
- Fixed XplatUIX11.SetZOrder() bug

svn path=/trunk/mcs/; revision=38753
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Structs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIOSX.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs