* System.Windows.Forms.dll.sources: Add the new internal window
authorJackson Harper <jackson@novell.com>
Tue, 13 Dec 2005 19:49:02 +0000 (19:49 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 13 Dec 2005 19:49:02 +0000 (19:49 -0000)
commit6deb406f5f06ec4396ca61d46f552f507a807abf
tree18a7dcda7e0d9a1a5307db93caf534d8a3368e19
parent34b448971e06bf6c67a48a2108e667c03167017e
* System.Windows.Forms.dll.sources: Add the new internal window
managers

* Form.cs: We now hook into an internal window manager instead of just an
MDI subsystem, this is so we can have properly behaving tool windows.
* MdiClient.cs: Naming change, MdiChildContext is now WindowManager
* InternalWindowManager.cs: New internal class that acts as a
window manager for tool windows and as a base for mdi windows.
* MdiWindowManager.cs: New class that acts as a window manager for
mdi windows.

svn path=/trunk/mcs/; revision=54314
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs [new file with mode: 0644]