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

Lines Matching defs:statement

109         # widgetclass:       Set by widgetclass statement.
464 # The following variable lists the reserved type definition statement
504 $compiler alias pragma ::snit::Comp.statement.pragma
505 $compiler alias widgetclass ::snit::Comp.statement.widgetclass
506 $compiler alias hulltype ::snit::Comp.statement.hulltype
507 $compiler alias constructor ::snit::Comp.statement.constructor
508 $compiler alias destructor ::snit::Comp.statement.destructor
509 $compiler alias option ::snit::Comp.statement.option
510 $compiler alias oncget ::snit::Comp.statement.oncget
511 $compiler alias onconfigure ::snit::Comp.statement.onconfigure
512 $compiler alias method ::snit::Comp.statement.method
513 $compiler alias typemethod ::snit::Comp.statement.typemethod
514 $compiler alias typeconstructor ::snit::Comp.statement.typeconstructor
515 $compiler alias proc ::snit::Comp.statement.proc
516 $compiler alias typevariable ::snit::Comp.statement.typevariable
517 $compiler alias variable ::snit::Comp.statement.variable
518 $compiler alias typecomponent ::snit::Comp.statement.typecomponent
519 $compiler alias component ::snit::Comp.statement.component
520 $compiler alias delegate ::snit::Comp.statement.delegate
521 $compiler alias expose ::snit::Comp.statement.expose
630 Comp.statement.delegate typemethod info \
636 Comp.statement.delegate typemethod destroy \
658 Comp.statement.delegate method info \
661 Comp.statement.method info {args} {
670 Comp.statement.variable options
673 Comp.statement.delegate method cget \
675 Comp.statement.delegate method configurelist \
677 Comp.statement.delegate method configure \
680 Comp.statement.method cget {args} {
684 Comp.statement.method configurelist {args} {
688 Comp.statement.method configure {args} {
700 Comp.statement.constructor {args} {
704 Comp.statement.constructor {} {}
710 Comp.statement.delegate method destroy \
713 Comp.statement.method destroy {args} {
719 Comp.statement.delegate typemethod create \
722 Comp.statement.delegate typemethod create \
781 # statement can appear multiple times, so it's easier this way.
850 proc ::snit::Comp.statement.pragma {args} {
877 # This statement is only available for snit::widgets,
879 proc ::snit::Comp.statement.widgetclass {name} {
907 # This statement is only available for snit::widgets,
909 proc ::snit::Comp.statement.hulltype {name} {
937 proc ::snit::Comp.statement.constructor {arglist body} {
953 proc ::snit::Comp.statement.destructor {body} {
964 proc ::snit::Comp.statement.option {optionDef args} {
1073 proc ::snit::Comp.statement.oncget {option body} {
1086 Comp.statement.method _cget$option {_option} $body
1087 Comp.statement.option $option -cgetmethod _cget$option
1091 proc ::snit::Comp.statement.onconfigure {option arglist body} {
1112 Comp.statement.method _configure$option $arglist $body
1113 Comp.statement.option $option -configuremethod _configure$option
1117 proc ::snit::Comp.statement.method {method arglist body} {
1211 proc ::snit::Comp.statement.typemethod {method arglist body} {
1247 proc ::snit::Comp.statement.typeconstructor {body} {
1258 proc ::snit::Comp.statement.proc {proc arglist body} {
1278 proc ::snit::Comp.statement.typevariable {name args} {
1314 proc ::snit::Comp.statement.variable {name args} {
1349 proc ::snit::Comp.statement.typecomponent {component args} {
1380 Comp.statement.delegate typemethod [list $publicMethod *] to $component
1386 Comp.statement.delegate typemethod "*" to $component
1412 Comp.statement.typevariable $component ""
1427 # TBD: Ideally, it should be possible to call this statement multiple
1432 proc ::snit::Comp.statement.component {component args} {
1463 Comp.statement.delegate method [list $publicMethod *] to $component
1469 Comp.statement.delegate method "*" to $component
1470 Comp.statement.delegate option "*" to $component
1495 Comp.statement.variable $component ""
1506 proc ::snit::Comp.statement.delegate {what name args} {
1817 proc ::snit::Comp.statement.expose {component {"as" ""} {methodname ""}} {
1830 Comp.statement.method $methodname args [Expand {