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

Lines Matching defs:statement

120         # widgetclass:       Set by widgetclass statement.
475 # The following variable lists the reserved type definition statement
515 $compiler alias pragma ::snit::Comp.statement.pragma
516 $compiler alias widgetclass ::snit::Comp.statement.widgetclass
517 $compiler alias hulltype ::snit::Comp.statement.hulltype
518 $compiler alias constructor ::snit::Comp.statement.constructor
519 $compiler alias destructor ::snit::Comp.statement.destructor
520 $compiler alias option ::snit::Comp.statement.option
521 $compiler alias oncget ::snit::Comp.statement.oncget
522 $compiler alias onconfigure ::snit::Comp.statement.onconfigure
523 $compiler alias method ::snit::Comp.statement.method
524 $compiler alias typemethod ::snit::Comp.statement.typemethod
525 $compiler alias typeconstructor ::snit::Comp.statement.typeconstructor
526 $compiler alias proc ::snit::Comp.statement.proc
527 $compiler alias typevariable ::snit::Comp.statement.typevariable
528 $compiler alias variable ::snit::Comp.statement.variable
529 $compiler alias typecomponent ::snit::Comp.statement.typecomponent
530 $compiler alias component ::snit::Comp.statement.component
531 $compiler alias delegate ::snit::Comp.statement.delegate
532 $compiler alias expose ::snit::Comp.statement.expose
641 Comp.statement.delegate typemethod info \
647 Comp.statement.delegate typemethod destroy \
669 Comp.statement.delegate method info \
672 Comp.statement.method info {args} {
681 Comp.statement.variable options
684 Comp.statement.delegate method cget \
686 Comp.statement.delegate method configurelist \
688 Comp.statement.delegate method configure \
691 Comp.statement.method cget {args} {
695 Comp.statement.method configurelist {args} {
699 Comp.statement.method configure {args} {
711 Comp.statement.constructor {args} {
715 Comp.statement.constructor {} {}
721 Comp.statement.delegate method destroy \
724 Comp.statement.method destroy {args} {
730 Comp.statement.delegate typemethod create \
733 Comp.statement.delegate typemethod create \
792 # statement can appear multiple times, so it's easier this way.
861 proc ::snit::Comp.statement.pragma {args} {
888 # This statement is only available for snit::widgets,
890 proc ::snit::Comp.statement.widgetclass {name} {
918 # This statement is only available for snit::widgets,
920 proc ::snit::Comp.statement.hulltype {name} {
948 proc ::snit::Comp.statement.constructor {arglist body} {
964 proc ::snit::Comp.statement.destructor {body} {
975 proc ::snit::Comp.statement.option {optionDef args} {
1084 proc ::snit::Comp.statement.oncget {option body} {
1097 Comp.statement.method _cget$option {_option} $body
1098 Comp.statement.option $option -cgetmethod _cget$option
1102 proc ::snit::Comp.statement.onconfigure {option arglist body} {
1123 Comp.statement.method _configure$option $arglist $body
1124 Comp.statement.option $option -configuremethod _configure$option
1128 proc ::snit::Comp.statement.method {method arglist body} {
1222 proc ::snit::Comp.statement.typemethod {method arglist body} {
1258 proc ::snit::Comp.statement.typeconstructor {body} {
1269 proc ::snit::Comp.statement.proc {proc arglist body} {
1289 proc ::snit::Comp.statement.typevariable {name args} {
1325 proc ::snit::Comp.statement.variable {name args} {
1360 proc ::snit::Comp.statement.typecomponent {component args} {
1391 Comp.statement.delegate typemethod [list $publicMethod *] to $component
1397 Comp.statement.delegate typemethod "*" to $component
1423 Comp.statement.typevariable $component ""
1438 # TBD: Ideally, it should be possible to call this statement multiple
1443 proc ::snit::Comp.statement.component {component args} {
1474 Comp.statement.delegate method [list $publicMethod *] to $component
1480 Comp.statement.delegate method "*" to $component
1481 Comp.statement.delegate option "*" to $component
1506 Comp.statement.variable $component ""
1517 proc ::snit::Comp.statement.delegate {what name args} {
1828 proc ::snit::Comp.statement.expose {component {"as" ""} {methodname ""}} {
1841 Comp.statement.method $methodname args [Expand {