diff options
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. # # ------------------------------------------------------------------ |
