mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:49:30 +02:00
examples: anchor docking: added README.txt
git-svn-id: trunk@13620 -
This commit is contained in:
parent
f089997530
commit
2b730fd3d0
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1470,6 +1470,7 @@ examples/address_book/mybook.dbf -text svneol=unset#application/x-dbf
|
||||
examples/address_book/mybook.mdx -text svneol=unset#application/x-mdx
|
||||
examples/address_book/mybook2.dbf -text svneol=unset#application/x-dbf
|
||||
examples/address_book/mybook2.mdx -text svneol=unset#application/x-mdx
|
||||
examples/anchordocking/README.txt svneol=native#text/plain
|
||||
examples/anchordocking/dockform1unit.lfm svneol=native#text/plain
|
||||
examples/anchordocking/dockform1unit.lrs svneol=native#text/plain
|
||||
examples/anchordocking/dockform1unit.pas svneol=native#text/plain
|
||||
|
25
examples/anchordocking/README.txt
Normal file
25
examples/anchordocking/README.txt
Normal file
@ -0,0 +1,25 @@
|
||||
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.
|
||||
|
||||
|
||||
More information can be found at
|
||||
http://wiki.lazarus.freepascal.org/Anchor_Docking
|
||||
|
Loading…
Reference in New Issue
Block a user