Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | merge docfix from trunk |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | release | release-0.7 | corresponds-to-Tcl8.6b3 | 0.7-rc |
Files: | files | file ages | folders |
SHA1: |
4e5718de0af9c9a3c2eec36ddbb4b849 |
User & Date: | dkf 2012-09-09 11:51:51.578 |
Context
2012-09-17
| ||
13:56 | Merge of release changes. check-in: 6d815c9c8a user: dkf tags: trunk | |
2012-09-09
| ||
11:51 | merge docfix from trunk Closed-Leaf check-in: 4e5718de0a user: dkf tags: 0.7-rc, corresponds-to-Tcl8.6b3, release, release-0.7 | |
11:51 | Fix minor formatting issue found by dgp check-in: 13c0bba869 user: dkf tags: trunk | |
2012-07-26
| ||
21:12 | merge key fix from trunk check-in: 1e72cf94d3 user: dkf tags: 0.7-rc | |
Changes
Changes to doc/define.n.
︙ | ︙ | |||
148 149 150 151 152 153 154 | supported values of \fIsubcommand\fR). It follows the same general pattern of argument handling as the \fBoo::define\fR and \fBoo::objdefine\fR commands, and .QW "\fBoo::define \fIcls \fBself \fIsubcommand ...\fR" operates identically to .QW "\fBoo::objdefine \fIcls subcommand ...\fR" . .TP | | | 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | supported values of \fIsubcommand\fR). It follows the same general pattern of argument handling as the \fBoo::define\fR and \fBoo::objdefine\fR commands, and .QW "\fBoo::define \fIcls \fBself \fIsubcommand ...\fR" operates identically to .QW "\fBoo::objdefine \fIcls subcommand ...\fR" . .TP \fBsuperclass\fR ?\fI\-slotOperation\fR? ?\fIclassName ...\fR? .VS This slot (see \fBSLOTTED DEFINITIONS\fR below) .VE allows the alteration of the superclasses of the class being defined. Each \fIclassName\fR argument names one class that is to be a superclass of the defined class. Note that objects must not be changed from being classes to being non-classes or vice-versa, that an empty parent class is equivalent to |
︙ | ︙ |