/usr/lib/lazarus/0.9.30.4/lcl/LAYOUT.txt is in lazarus-src-0.9.30.4 0.9.30.4-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | Lazarus Component Library
It is organized according to the following structure:
lcl
|
+--- include
|
+--- interfaces
|
+--- templates
|
+--- units
|
+--- widgetset
|
+--- tests
lcl:
All definitions (= interfaces) of the LCL components
goes here.
lcl/include:
The actual implementation of the components.
lcl/interfaces:
The code to interface between the LCL and the graphic
platform goes here.
lcl/templates:
Some templates for interface, implementation
definitions
lcl/units:
Contains the compiled units.
lcl/widgetset
Contains the definition of the widgetset class
and the sceleton WSxxxComponent classes
lcl/tests
Contains various tests for the LCL
|