• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/

Lines Matching defs:RT

84     interp alias {} %TYPE%::installhull  {} ::snit::RT.installhull %TYPE%
85 interp alias {} %TYPE%::install {} ::snit::RT.install %TYPE%
87 interp alias {} %TYPE%::variable {} ::snit::RT.variable
88 interp alias {} %TYPE%::mytypevar {} ::snit::RT.mytypevar %TYPE%
89 interp alias {} %TYPE%::typevarname {} ::snit::RT.mytypevar %TYPE%
90 interp alias {} %TYPE%::myvar {} ::snit::RT.myvar
91 interp alias {} %TYPE%::varname {} ::snit::RT.myvar
92 interp alias {} %TYPE%::codename {} ::snit::RT.codename %TYPE%
93 interp alias {} %TYPE%::myproc {} ::snit::RT.myproc %TYPE%
94 interp alias {} %TYPE%::mymethod {} ::snit::RT.mymethod
95 interp alias {} %TYPE%::mytypemethod {} ::snit::RT.mytypemethod %TYPE%
96 interp alias {} %TYPE%::from {} ::snit::RT.from %TYPE%
210 -unknown [list ::snit::RT.UnknownTypemethod %TYPE% ""] \
237 set command [list ::snit::RT.widget.typemethod.create %TYPE%]
239 set command [list ::snit::RT.type.typemethod.create %TYPE%]
487 using {::snit::RT.typemethod.info %t}
493 using {::snit::RT.typemethod.destroy %t}
509 using {::snit::RT.method.info %t %n %w %s}
517 using {::snit::RT.method.cget %t %n %w %s}
519 using {::snit::RT.method.configurelist %t %n %w %s}
521 using {::snit::RT.method.configure %t %n %w %s}
539 using {::snit::RT.method.destroy %t %n %w %s}
542 using {::snit::RT.type.typemethod.create %t}
545 using {::snit::RT.widget.typemethod.create %t}
1245 [list ::snit::RT.TypecomponentTrace [list %TYPE%] %COMP%]
1328 [list ::snit::RT.ComponentTrace [list %TYPE%] $selfns %COMP%]
1845 proc ::snit::RT.type.typemethod.create {type name args} {
1864 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
1871 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
1875 RT.MakeInstanceCommand $type $selfns $name
1890 RT.ConstructInstance $type $selfns $name $args
1900 ::snit::RT.DestroyObject $type $selfns $name
1915 proc ::snit::RT.widget.typemethod.create {type name args} {
1922 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
1927 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
1966 set dbval [RT.OptionDbGet $type $name $opt]
1977 RT.ConstructInstance $type $selfns $name $args
1979 ::snit::RT.Component $type $selfns hull
1986 ::snit::RT.DestroyObject %TYPE% %NS% %W
2003 ::snit::RT.DestroyObject $type $selfns $name
2012 # RT.MakeInstanceCommand type selfns instance
2020 proc ::snit::RT.MakeInstanceCommand {type selfns instance} {
2041 set unknownCmd [list ::snit::RT.UnknownMethod $type $selfns $instance ""]
2051 [list ::snit::RT.InstanceTrace $type $selfns $instance]
2071 proc ::snit::RT.InstanceTrace {type selfns win old new op} {
2085 ::snit::RT.DestroyObject $type $selfns $win
2094 RT.ClearInstanceCaches $selfns
2102 puts "Error in ::snit::RT.InstanceTrace $type $selfns $win $old $new $op:"
2108 proc ::snit::RT.ConstructInstance {type selfns instance arglist} {
2151 proc ::snit::RT.UniqueName {countervar type name} {
2177 proc ::snit::RT.UniqueInstanceNamespace {countervar type} {
2196 proc ::snit::RT.OptionDbGet {type self opt} {
2214 proc ::snit::RT.method.destroy {type selfns win self} {
2224 ::snit::RT.DestroyObject $type $selfns $win
2235 proc ::snit::RT.DestroyObject {type selfns win} {
2246 # don't call RT.DestroyObject recursively.
2247 RT.RemoveInstanceTrace $type $selfns $win $instance
2259 set hullcmd [::snit::RT.Component $type $selfns hull]
2295 proc ::snit::RT.RemoveInstanceTrace {type selfns win instance} {
2307 [list ::snit::RT.InstanceTrace $type $selfns $win]
2319 proc ::snit::RT.TypecomponentTrace {type component n1 n2 op} {
2339 # RT.UnknownTypemethod type eId eCmd method args
2355 proc snit::RT.UnknownTypemethod {type eId eCmd method args} {
2415 set unknownCmd [list ::snit::RT.UnknownTypemethod \
2488 proc ::snit::RT.Component {type selfns name} {
2505 proc ::snit::RT.ComponentTrace {type selfns component n1 n2 op} {
2527 RT.ClearInstanceCaches $selfns
2532 # RT.UnknownMethod type selfns win eId eCmd method args
2550 proc ::snit::RT.UnknownMethod {type selfns win eId eCmd method args} {
2584 set unknownCmd [list ::snit::RT.UnknownMethod \
2655 proc ::snit::RT.ClearInstanceCaches {selfns} {
2681 proc ::snit::RT.installhull {type {using "using"} {widgetType ""} args} {
2738 set dbval [RT.OptionDbGet $type $self $opt]
2753 set dbval [RT.OptionDbGet $type $self $opt]
2772 RT.MakeInstanceCommand $type $selfns $self
2774 # Note: this relies on RT.ComponentTrace to do the dirty work.
2785 proc ::snit::RT.install {type compName "using" widgetType winPath args} {
2813 set dbval [RT.OptionDbGet $type $self $opt]
2887 proc ::snit::RT.variable {varname} {
2903 proc ::snit::RT.mytypevar {type name} {
2910 proc ::snit::RT.myvar {name} {
2921 proc ::snit::RT.myproc {type procname args} {
2927 proc ::snit::RT.codename {type name} {
2937 proc ::snit::RT.mytypemethod {type args} {
2950 proc ::snit::RT.mymethod {args} {
2952 return [linsert $args 0 ::snit::RT.CallInstance ${selfns}]
2967 proc ::snit::RT.CallInstance {selfns args} {
2994 proc ::snit::RT.from {type argvName option {defvalue ""}} {
3025 proc ::snit::RT.typemethod.destroy {type} {
3065 proc ::snit::RT.method.cget {type selfns win self option} {
3067 set command [snit::RT.CacheCgetCommand $type $selfns $win $self $option]
3086 proc ::snit::RT.CacheCgetCommand {type selfns win self option} {
3123 set obj [RT.Component $type $selfns $comp]
3139 proc ::snit::RT.method.configurelist {type selfns win self optionlist} {
3145 set command [snit::RT.CacheConfigureCommand \
3193 proc ::snit::RT.CacheConfigureCommand {type selfns win self option} {
3257 set obj [RT.Component $type $selfns $comp]
3273 proc ::snit::RT.method.configure {type selfns win self args} {
3276 ::snit::RT.method.configurelist $type $selfns $win $self $args
3284 foreach opt [RT.method.info.options $type $selfns $win $self] {
3286 lappend result [RT.GetOptionDbSpec \
3296 return [RT.GetOptionDbSpec $type $selfns $win $self $opt]
3311 proc ::snit::RT.GetOptionDbSpec {type selfns win self opt} {
3326 [RT.method.cget $type $selfns $win $self $opt]]
3376 proc ::snit::RT.typemethod.info {type command args} {
3391 ::snit::RT.typemethod.info.$command $type]
3415 proc ::snit::RT.typemethod.info.typevars {type {pattern *}} {
3435 proc ::snit::RT.typemethod.info.typemethods {type {pattern *}} {
3477 proc ::snit::RT.typemethod.info.args {type method} {
3514 proc ::snit::RT.typemethod.info.body {type method} {
3542 return [RT.body [::info body $theproc]]
3551 proc ::snit::RT.typemethod.info.default {type method aname dvar} {
3592 proc ::snit::RT.typemethod.info.instances {type {pattern *}} {
3618 proc ::snit::RT.method.info {type selfns win self command args} {
3630 uplevel 1 [linsert $args 0 ::snit::RT.method.info.$command \
3651 proc ::snit::RT.method.info.type {type selfns win self} {
3658 proc ::snit::RT.method.info.typevars {type selfns win self {pattern *}} {
3659 return [RT.typemethod.info.typevars $type $pattern]
3665 proc ::snit::RT.method.info.typemethods {type selfns win self {pattern *}} {
3666 return [RT.typemethod.info.typemethods $type $pattern]
3680 proc ::snit::RT.method.info.methods {type selfns win self {pattern *}} {
3724 proc ::snit::RT.method.info.args {type selfns win self method} {
3762 proc ::snit::RT.method.info.body {type selfns win self method} {
3791 return [RT.body [::info body $theproc]]
3800 proc ::snit::RT.method.info.default {type selfns win self method aname dvar} {
3833 proc ::snit::RT.method.info.vars {type selfns win self {pattern *}} {
3848 proc ::snit::RT.method.info.options {type selfns win self {pattern *}} {
3885 proc ::snit::RT.body {body} {