lazarus/components/anchordocking
2018-06-09 14:40:08 +00:00
..
design IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
doc
languages Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33771 2018-05-22 22:49:34 +00:00
minide AnchorDocking: Refactor and restore some removed methods. Remove IDE dependency added in r49778 #50bc37338d. 2015-09-08 12:31:06 +00:00
minidewithdockpanel AnchorDocking: Add a minide example project with AnchorDockPanel. Issue #24703, by Andrey Zubarev. 2017-08-07 07:30:58 +00:00
restoredebugger Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
tests anchordocking: started tests 2018-05-22 15:10:42 +00:00
anchordocking.lpk anchordocking: version 1.0 2018-05-21 20:20:43 +00:00
anchordocking.pas anchordocking: license headers 2018-05-21 09:01:30 +00:00
anchordockoptionsdlg.lfm anchordocking: IDE options: use spinedits 2018-05-21 20:19:23 +00:00
anchordockoptionsdlg.pas anchordocking: disable highlight focused option when not showing headers 2018-05-21 20:28:57 +00:00
anchordockpanel_icon.lrs AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockpanel.pas AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockpkg.pas AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockstorage.pas anchordocking: license headers 2018-05-21 09:01:30 +00:00
anchordockstr.pas anchordocking: IDE options: use spinedits 2018-05-21 20:19:23 +00:00
README.txt anchordocking: readme 2018-05-18 07:01:53 +00:00

AnchorDocking 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.

There is a runtime and a designtime package:

anchordocking.lpk
design/anchordockingdsgn.lpk

More information can be found at
http://wiki.lazarus.freepascal.org/Anchor_Docking