Difference between revisions of "Layers.library"

From Freepascal Amiga wiki
Jump to navigation Jump to search
(Created new empty page for layers.library)
 
(Initial setup/cradle of page)
Line 1: Line 1:
Intentionally left blank
+
== Layers.library ==
 +
[insert background information here]
 +
 
 +
 
 +
== examples ==
 +
 
 +
=== Example: Demo ===
 +
Original c-source [http://repo.or.cz/w/AROS-Contrib.git/blob/HEAD:/libs/...]
 +
 
 +
<source lang="pascal">
 +
</source>
 +
 
 +
=== Example: test ===
 +
Original c-source [http://repo.or.cz/w/AROS-Contrib.git/blob/HEAD:/libs/...]
 +
 
 +
<source lang="pascal">
 +
</source>
 +
 
 +
=== Example: Example1 ===
 +
Original c-source [http://repo.or.cz/w/AROS-Contrib.git/blob/HEAD:/libs/...]
 +
 
 +
<source lang="pascal">
 +
</source>
 +
 
 +
 
 +
 
 +
== the unit ==
 +
 
 +
<source lang="pascal">
 +
 
 +
</source>
 +
 
 +
=== unit documentation ===
 +
 
 +
A bit rough around the edges. No var /var was done, and only some basic links to other units (types etc.).
 +
<source lang="xml">
 +
 
 +
</source>

Revision as of 21:18, 19 October 2013

Layers.library

[insert background information here]


examples

Example: Demo

Original c-source [1]

Example: test

Original c-source [2]

Example: Example1

Original c-source [3]


the unit

unit documentation

A bit rough around the edges. No var /var was done, and only some basic links to other units (types etc.).