lazarus/lcl/LAYOUT.TXT
marc 6fa23e9181 * Moved the implementation of (GTK)ButtonCreateHandle to the new
(GTK)WSButton class

git-svn-id: trunk@5329 -
2004-03-19 00:03:15 +00:00

38 lines
643 B
Plaintext

Lazarus Component Library
It is organized according to the following structure:
lcl
|
+--- include
|
+--- interfaces
|
+--- templates
|
+--- units
|
+--- widgetset
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