diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-07-18 16:03:53 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-07-18 16:03:53 (GMT) |
| commit | 47f3f735713593f0bb95d3197fb3053cad00a3ba (patch) | |
| tree | 394d8ace90576adb7066bec22ff69bda6d465bc6 /tools/tclOOScript.tcl | |
| parent | 0233d18558901f93d39710f9d68357b0e9bd891d (diff) | |
| download | tcl-47f3f735713593f0bb95d3197fb3053cad00a3ba.zip tcl-47f3f735713593f0bb95d3197fb3053cad00a3ba.tar.gz tcl-47f3f735713593f0bb95d3197fb3053cad00a3ba.tar.bz2 | |
Improve some comments
Diffstat (limited to 'tools/tclOOScript.tcl')
| -rw-r--r-- | tools/tclOOScript.tcl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/tclOOScript.tcl b/tools/tclOOScript.tcl index 6b44ba7..3e80981 100644 --- a/tools/tclOOScript.tcl +++ b/tools/tclOOScript.tcl @@ -480,9 +480,16 @@ # ------------------------------------------------------------------ # - # oo::configuresupport -- + # oo::configuresupport::PropertyImpl -- # - # A metaclass that is used to make classes that can be configured. + # The implementation of the [property] configuration command. + # This assumes there are two stack frames above it to care about, + # first the hull [property] command (in the correct context for + # what is being confgured) and then the context scope of + # [oo::define] or [oo::objdefine]. + # + # TODO: + # Convert to C code. # # ------------------------------------------------------------------ |
