Index: library/lib/pp.tcl =================================================================== diff -u -re570f0508ee82bd7aeea0409c64855bb99ea5cee -ra24e1f836c3126d0a0e9467bde3a9fa8da901711 --- library/lib/pp.tcl (.../pp.tcl) (revision e570f0508ee82bd7aeea0409c64855bb99ea5cee) +++ library/lib/pp.tcl (.../pp.tcl) (revision a24e1f836c3126d0a0e9467bde3a9fa8da901711) @@ -23,9 +23,9 @@ # the parsed content, and a CSS class for HTML rendering. # nx::Class create State { - :attribute {text ""} - :attribute {cssClass "[namespace tail [nx::self]]"} - :attribute {prevState "[default]"} + :property {text ""} + :property {cssClass "[namespace tail [nx::self]]"} + :property {prevState "[default]"} :public method start {char} { # Start output in a state by initializing the text buffer. @@ -96,14 +96,14 @@ tell trace unset uplevel update upvar variable vwait while package public protected - method alias attribute forward delete + method alias property forward delete my next new self current create init new destroy alloc dealloc class superclass mixin filter guard methods lookup ::nx::Class nx::Class ::xotcl::Class xotcl::Class Class ::nx::Object nx::Object ::xotcl::Object xotcl::Object Object - ::nx::Attribute nx::Attribute Attribute + ::nx::VariableSlot nx::VariableSlot Attribute Object } \\M|\\m]\\M)