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 44 45 46 47 48 49 50 51 52
|
[comment {-*- tcl -*- doctools manpage}]
[include version.inc]
[manpage_begin critcl 3tcl [vset VERSION]]
[include include/module.inc]
[titledesc {Critcl - Package Reference}]
[require Tcl 8.4]
[require critcl [opt [vset VERSION]]]
[require platform [opt 1.0.2]]
[require md5 [opt 2]]
[description]
[para]
[include include/welcome.inc]
[para]
This document is the reference manpage for the [package critcl]
package. This package is the system's core, i.e. it provides the
essential functionality on top of which everything else is built.
Its intended audience are mainly developers wishing to write Tcl
packages with embedded C code. Some of its sections are however
for developers wishing to understand the package internals, and
the API it provides to the [manpage {CriTcl Application}]. These
sections will be marked, allowing package writers to skip them.
Users of [cmd critcl] on the other hand are hereby refered to the
applications' manpage, i.e. [manpage {CriTcl Application}].
If you are in need of an overview of the whole system instead, please
go and read the [manpage {Introduction To CriTcl}].
[para]
This package resides in the Core Package Layer of CriTcl.
[para][image arch_core][para]
[comment {===================================================================}]
[section API] [include include/api.inc]
[section {Concepts}] [include include/concepts.inc]
[comment {===================================================================}]
[section Examples]
As the set of examples is a bit large, and growing, it has been put
into a separate document. Please see section "Embedding C" in the
document about [manpage {Using CriTcl}].
[comment {===================================================================}]
[include include/changes.inc]
[include include/feedback.inc]
[manpage_end]
|