Revision: 6361
http://sourceforge.net/p/gambas/code/6361
Author: gambas
Date: 2014-07-04 13:04:25 +0000 (Fri, 04 Jul 2014)
Log Message:
-----------
[GB.FORM.MDI]
* NEW: Workspace.Remove() is a new method for removing a window from the
workspace.
* NEW: Workspace.Add() automatically calls Workspace.Remove() to remove the
window from its previous workspace if needed.
* NEW: Workspace now raises the Attach and Detach events when a window is
respectively attached or detached.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form.mdi/.info
gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|