anchordocking: updated readme

git-svn-id: trunk@25972 -
This commit is contained in:
mattias 2010-06-08 14:18:00 +00:00
parent a30b65e016
commit 41f3fb87e6
3 changed files with 5 additions and 23 deletions

View File

@ -1,24 +1,7 @@
This is a demonstration of the anchor docking manager of the LCL.
The docking is not yet complete in the LCL and so is the docking manager, so
don't expect too much. It can already dock forms side by side, separated by
splitters, dock in pages (like a TPageControl) and change the docking via popup
menu.
ToDos:
At the time of writing this README the following does not work:
1. For Windows users:
Docking does not work yet under the win32/64 widgetset. The forms are docked,
but the focus and mouse messages are not delegated correctly.
2. Docking forms with menus.
3. Restore layouts with pages.
4. Restore layouts with spiral splitters
5. Drag and Drop docking.
The package anchordocking.lpk implements a docking manager for LCL applications.
It handles drag and docking forms together via splitters and pages
(like a TPageControl).
It can save and restore layouts.
More information can be found at
http://wiki.lazarus.freepascal.org/Anchor_Docking

View File

@ -11,7 +11,6 @@
<TargetFileExt Value=""/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<VersionInfo>
<Language Value=""/>
@ -34,6 +33,7 @@
<Item1>
<PackageName Value="AnchorDocking"/>
<MinVersion Valid="True"/>
<DefaultFilename Value="../anchordocking.lpk"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>

View File

@ -69,7 +69,6 @@ implementation
procedure TMainIDE.FileMenuItemClick(Sender: TObject);
begin
AllAutoSized;
close;
end;