mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:00:27 +02:00
anchordocking: license
git-svn-id: trunk@25975 -
This commit is contained in:
parent
b977428aea
commit
e084a79d64
@ -2,6 +2,7 @@
|
||||
<CONFIG>
|
||||
<Package Version="3">
|
||||
<Name Value="AnchorDocking"/>
|
||||
<Author Value="Mattias Gaertner mattias@freepascal.org"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<SearchPaths>
|
||||
@ -16,8 +17,12 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Version Minor="4"/>
|
||||
<Files Count="4">
|
||||
<Description Value="Docking manager for LCL aplications
|
||||
"/>
|
||||
<License Value="modified LGPL-2 like LCL
|
||||
"/>
|
||||
<Version Minor="5"/>
|
||||
<Files Count="5">
|
||||
<Item1>
|
||||
<Filename Value="anchordockpkg.pas"/>
|
||||
<Type Value="Main Unit"/>
|
||||
@ -35,6 +40,10 @@
|
||||
<Filename Value="anchordockstr.pas"/>
|
||||
<UnitName Value="AnchorDockStr"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="README.txt"/>
|
||||
<Type Value="Text"/>
|
||||
</Item5>
|
||||
</Files>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="2">
|
||||
|
@ -64,7 +64,10 @@
|
||||
- close (for pages)
|
||||
- tab position (default, left, top, right, bottom)
|
||||
- fpdoc
|
||||
- wiki page
|
||||
- examples on wiki:
|
||||
screenshots
|
||||
example how to dock in code
|
||||
step by step how to use it in applications
|
||||
- simple way to make forms dockable at designtime
|
||||
- move page index
|
||||
- move page to another pagecontrol
|
||||
@ -72,6 +75,7 @@
|
||||
- on close button: save a default layout
|
||||
- on show again: restore a default layout
|
||||
- close button for pages
|
||||
- design time package for IDE
|
||||
}
|
||||
|
||||
unit AnchorDocking;
|
||||
|
Loading…
Reference in New Issue
Block a user