• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/

Lines Matching refs:left

59 pack .f0.bp .f0.bu .f0.bs .f0.br .f0.bl	.f0.ba .f0.time -side left
90 pack [label .f1.l -text "Waveform examples:" -wi 27 -anchor w] -side left
91 pack [button .f1.b1 -text "Simple" -command {Run MinWave.tcl}] -side left
92 pack [button .f1.b2 -text "See Code" -command {Browse MinWave.tcl}] -side left
93 pack [button .f1.b3 -text "Fancy" -command {Run Waveform.tcl}] -side left
94 pack [button .f1.b4 -text "See Code" -command {Browse Waveform.tcl}] -side left
96 pack [label .f2.l -text "Spectrogram examples:" -wi 27 -anchor w] -side left
97 pack [button .f2.b1 -text "Simple" -command {Run MinSpeg.tcl}] -side left
98 pack [button .f2.b2 -text "See Code" -command {Browse MinSpeg.tcl}] -side left
99 pack [button .f2.b3 -text "Fancy" -command {Run Spectrogram.tcl}] -side left
100 pack [button .f2.b4 -text "See Code" -command {Browse Spectrogram.tcl}] -side left
102 pack [label .f3.l -text "Spectrum section examples:" -wi 27 -anchor w] -side left
103 pack [button .f3.b1 -text "Simple" -command {Run MinSect.tcl}] -side left
104 pack [button .f3.b2 -text "See Code" -command {Browse MinSect.tcl}] -side left
105 pack [button .f3.b3 -text "Fancy" -command {Run Section.tcl}] -side left
106 pack [button .f3.b4 -text "See Code" -command {Browse Section.tcl}] -side left
108 pack [label .f4.l -text "Filter examples:"] -side left
109 pack [button .f4.b1 -text "Channel Map" -command {Run mapChan.tcl}] -side left
110 pack [button .f4.b2 -text "Echo" -command {Run echo.tcl}] -side left
111 pack [button .f4.b3 -text "Composite" -command {Run compose.tcl}] -side left
112 pack [button .f4.b4 -text "Generator" -command {Run generator.tcl}] -side left
113 pack [button .f4.b5 -text "Generator2" -command {Run generator2.tcl}] -side left
114 pack [button .f4.b6 -text "Notescale" -command {Run notescale.tcl}] -side left
116 pack [label .f5.l -text "Sound tools:"] -side left
117 pack [button .f5.b1 -text "Simple" -command {Run cool.tcl}] -side left
118 pack [button .f5.b2 -text "dbrec" -command {Run dbrec.tcl}] -side left
119 pack [button .f5.b3 -text "record" -command {Run record.tcl}] -side left
120 pack [button .f5.b4 -text "xs" -command {Run xs.tcl demo}] -side left
121 pack [label .f5.l2 -text "MP3 player:"] -side left
122 pack [button .f5.b5 -text "tomAmp" -command {Run tomAmp.tcl}] -side left
123 pack [label .f5.l3 -text "Mixer:"] -side left
124 pack [button .f5.b6 -text "mixer" -command {Run mixer.tcl}] -side left
126 pack [label .f6.l -text "Speech toys:"] -side left
127 pack [button .f6.b1 -text "Synthesis" -command {Run formant.tcl}] -side left
128 pack [button .f6.b2 -text "Pitch" -command {Run pitch.tcl}] -side left
129 pack [button .f6.b3 -text "Phonetogram" -command {Run phonetogram.tcl}] -side left
130 pack [button .f6.b4 -text "Vowel-space" -command {Run vowelspace.tcl}] -side left
131 pack [button .f6.b5 -text "Spectrum" -command {Run polarspec.tcl}] -side left
134 pack [label .f6.l2 -text "Script compiler:"] -side left
135 pack [button .f6.b6 -text "wrap" -command {Run wrap.tcl}] -side left
165 pack $w.f.t -side left -fill both -expand yes