Searched refs:side (Results 1 - 25 of 606) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DmapChan.tcl17 pack [label .f.l -text Out] -side left
18 pack [frame .f.f] -side left
21 pack [label .f.f.t.l -text L] -side left
22 pack [checkbutton .f.f.t.a -var v(0) -command Config] -side left
23 pack [checkbutton .f.f.t.b -var v(1) -command Config] -side left
24 pack [label .f.f.b.l -text R] -side left
25 pack [checkbutton .f.f.b.a -var v(2) -command Config] -side left
26 pack [checkbutton .f.f.b.b -var v(3) -command Config] -side left
29 pack [button .fb.a -image snackOpen -command Load] -side left
30 pack [button .fb.b -bitmap snackPlay -command Play] -side lef
[all...]
H A Dwidget.tcl59 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 lef
[all...]
H A Dnotescale.tcl19 pack [button .b1 -text C4 -command [list Beep 261.6]] -side left
20 pack [button .b2 -text D4 -command [list Beep 293.7]] -side left
21 pack [button .b3 -text E4 -command [list Beep 329.7]] -side left
22 pack [button .b4 -text F4 -command [list Beep 349.3]] -side left
23 pack [button .b5 -text G4 -command [list Beep 392.1]] -side left
24 pack [button .b6 -text A4 -command [list Beep 440.0]] -side left
25 pack [button .b7 -text B4 -command [list Beep 493.9]] -side left
26 pack [button .b8 -text C5 -command [list Beep 523.3]] -side left
H A Dmixplay.tcl41 pack $fb -side bottom
46 pack $ft.s1 $ft.s2 -side left
48 pack [button $fb.bl1 -text "load 1" -command load1] -side left
49 pack [button $fb.bl2 -text "load 2" -command load2] -side left
50 pack [button $fb.bp -bitmap snackPlay -command play] -side left
51 pack [button $fb.bs -bitmap snackStop -command stop] -side left
H A DWaveform.tcl19 -orient hori -length 150 -command {.c itemconf wave -width }] -side left
21 -orient hori -length 150 -command {.c itemconf wave -height }] -side left
23 -orient hori -length 150 -command {.c itemconf wave -pixels }] -side left
27 -command {.c itemconf wave -zerolevel $zerol}] -side left
29 -command {.c itemconf wave -frame $frame}] -side left
33 -command {.c itemconf wave -fill $color}] -side left
38 -command {.c itemconf wave -stipple $stipple}] -side left
42 pack [ button .f3.br -bitmap snackRecord -command Record -fg red] -side left
43 pack [ button .f3.bs -bitmap snackStop -command {s stop}] -side left
44 pack [ label .f3.l -text "Load sound file:"] -side lef
[all...]
H A DSpectrogram.tcl27 -length 100 -command {.c itemconf speg -width }] -side left
29 hori -length 100 -command {.c itemconf speg -height }] -side left
31 -length 100 -command {.c itemconf speg -pixelspersec }] -side left
33 -res 0.1 -orient hori -length 100 -command {.c itemconf speg -brightness }] -side left
34 pack [ scale .f1.s5 -variable contrast -label Contrast -from -100 -to 100 -res 0.1 -orient hori -length 100 -command {.c itemconf speg -contrast }] -side left
37 pack [ scale .f1.s7 -variable topfr -label Top -from 1000 -to 8000 -orient hori -length 100 -command {.c itemconf speg -topfr }] -side left
44 pack .f2.cm -side left
45 pack [ label .f2.lw -text "window:"] -side left
48 -command {.c itemconf speg -winlength $winlen}] -side left
52 pack [ label .f3.lf -text "FFT points:"] -side lef
[all...]
H A Dgenerator.tcl15 pack .m -side bottom
17 pack [frame .fb] -side bottom
18 pack [button .fb.a -bitmap snackPlay -command Play] -side left
19 pack [button .fb.b -bitmap snackStop -command "s stop"] -side left
24 pack [frame .f] -expand yes -fill both -side top
26 -variable v(freq) -command Config] -side left -expand yes -fill both
28 -variable v(ampl) -command Config] -side left -expand yes -fill both
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dnotescale.py44 Button(root, text='C4', command=beepC4).pack(side='left')
45 Button(root, text='D4', command=beepD4).pack(side='left')
46 Button(root, text='E4', command=beepE4).pack(side='left')
47 Button(root, text='F4', command=beepF4).pack(side='left')
48 Button(root, text='G4', command=beepG4).pack(side='left')
49 Button(root, text='A4', command=beepA4).pack(side='left')
50 Button(root, text='B4', command=beepB4).pack(side='left')
51 Button(root, text='C5', command=beepC5).pack(side='left')
H A Decho.py31 s1.pack(side='left')
34 s2.pack(side='left')
37 s3.pack(side='left')
40 s4.pack(side='left')
43 s5.pack(side='left')
46 s6.pack(side='left')
56 fb.pack(side='bottom')
57 Button(fb, image='snackOpen', command=load).pack(side='left')
58 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
59 Button(fb, bitmap='snackStop', command=stop).pack(side
[all...]
H A Dmixplay.py41 scale1.pack(side='left')
44 scale2.pack(side='left')
50 fb.pack(side='bottom')
51 Button(fb, text='load 1', command=load1).pack(side='left')
52 Button(fb, text='load 2', command=load2).pack(side='left')
53 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
54 Button(fb, bitmap='snackStop', command=stop).pack(side='left')
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dbitmap.tcl23 pack $w -side top -fill both
27 pack $w.$i -side left -fill both -pady .25c -padx .25c
30 pack $w.$i.label $w.$i.bitmap -side bottom
44 pack $w.msg -side top
47 pack $w.buttons -side bottom -fill x -pady 2m
50 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
55 pack $w.frame -side top -expand yes -fill both
H A Dform.tcl20 pack $w.msg -side top
23 pack $w.buttons -side bottom -fill x -pady 2m
26 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
32 pack $w.$i.entry -side right
33 pack $w.$i.label -side left
38 pack $w.msg $w.f1 $w.f2 $w.f3 $w.f4 $w.f5 -side top -fill x
H A Dmsgbox.tcl19 pack $w.msg -side top
22 pack $w.buttons -side bottom -fill x -pady 2m
27 pack $w.buttons.dismiss $w.buttons.code $w.buttons.vars -side left -expand 1
31 pack $w.left $w.right -side left -expand yes -fill y -pady .5c -padx .5c
35 pack $w.left.label -side top
36 pack $w.left.sep -side top -fill x -expand no
42 pack $w.left.b$i -side top -pady 2 -anchor w -fill x
47 pack $w.right.label -side top
48 pack $w.right.sep -side top -fill x -expand no
54 pack $w.right.$t -side to
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_chemical.tcl15 set side 20
16 line $side 60 $side 0 $side -60 $side -120 $side 180 $side 120
31 set side 20
51 line $side $angle
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dicharsup.h113 BE_side_t side, /* [in] client or server */
121 BE_side_t side, /* [in] client or server */
130 BE_side_t side, /* [in] client or server */
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DExportWithProgress.tcl16 pack .m -side top
17 pack [button .exp -text "Export" -command DoExport] -side bottom
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dlabeledframe.rb10 Tk::Iwidgets::Entryfield.new(cs, :labeltext=>'Name:').pack(:side=>:top, :fill=>:x)
11 Tk::Iwidgets::Spinint.new(cs, :labeltext=>'Number:').pack(:side=>:top, :fill=>:x)
12 Tk::Iwidgets::Pushbutton.new(cs, :text=>'Details:').pack(:side=>:top, :fill=>:x)
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dbitmap.tcl25 pack $w -side top -fill both
29 pack $w.$i -side left -fill both -pady .25c -padx .25c
32 pack $w.$i.label $w.$i.bitmap -side bottom
45 pack $w.msg -side top
49 pack $btns -side bottom -fill x
54 pack $w.frame -side top -expand yes -fill both
H A Dform.tcl22 pack $w.msg -side top
26 pack $btns -side bottom -fill x
32 pack $w.$i.entry -side right
33 pack $w.$i.label -side left
38 pack $w.msg $w.f1 $w.f2 $w.f3 $w.f4 $w.f5 -side top -fill x
H A Dlabel.tcl22 pack $w.msg -side top
26 pack $btns -side bottom -fill x
30 pack $w.left $w.right -side left -expand yes -padx 10 -pady 10 -fill both
35 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -pady 2 -anchor w
41 pack $w.right.bitmap $w.right.caption -side top
H A Dstates.tcl22 pack $w.msg -side top
26 pack $btns -side bottom -fill x
29 pack $w.frame -side top -expand yes -fill y
33 pack $w.frame.scroll -side right -fill y
34 pack $w.frame.list -side left -expand 1 -fill both
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoBindings.tcl48 pack [frame .rhf] -side right -anchor nw
57 pack [frame .lhf] -side left -anchor ne
65 pack [radiobutton .rhf.h.on -text "On " -variable ::ntext::classicMouseSelect -value 1] -side right
66 pack [radiobutton .rhf.h.off -text "Off" -variable ::ntext::classicMouseSelect -value 0] -side right
67 pack [label .rhf.h.l -text "classicMouseSelect: "] -side right
70 pack [radiobutton .rhf.g.on -text "On " -variable ::ntext::classicAnchor -value 1] -side right
71 pack [radiobutton .rhf.g.off -text "Off" -variable ::ntext::classicAnchor -value 0] -side right
72 pack [label .rhf.g.l -text "classicAnchor: "] -side right
75 pack [radiobutton .rhf.k.on -text "On " -variable ::ntext::classicExtras -value 1] -side right
76 pack [radiobutton .rhf.k.off -text "Off" -variable ::ntext::classicExtras -value 0] -side righ
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dpaned1.rb25 :text=><<EOL).pack(:side=>:top)
35 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
40 }).pack(:side=>:left, :expand=>true)
44 }).pack(:side=>:left, :expand=>true)
48 add(Tk::Label.new(f, :text=>"This is the\nleft side", :bg=>'yellow'),
49 Tk::Label.new(f, :text=>"This is the\nright side", :bg=>'cyan'))
51 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_test.tcl12 pack [scrollbar .f.s -command {.f.t yview}] -side right -fill y
26 -height -wrap -font -fill -side -outline -style -insertwidth \
51 pack [button .f1.append -text Append -command {.f.t append}] -side left
52 pack [button .f1.cut -text Cut -command {.f.t cut}] -side left
53 pack [button .f1.copy -text Copy -command {.f.t copy}] -side left
54 pack [button .f1.paste -text Paste -command {.f.t paste}] -side left
65 ] -side left
66 pack [button .f1.fastdel -text {Fast Delete} -command {.f.t fastdelete 1.0 end}] -side left
69 pack [button .f2.test2 -text {Scrollbar Command {}} -command {.f.t config -yscrollcommand {}}] -side left
70 pack [button .f2.cl -text {Clear Classes} -command {ctext::clearHighlightClasses .f.t}] -side lef
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmenubutton.rb7 TkLabel.new(:text=>'Sample of TkMenubutton').pack(:side=>:top)
10 pack(:side=>:top)
23 pack(:side=>:left, :padx=>25, :pady=>25)
36 pack(:side=>:left, :padx=>25, :pady=>25)
49 pack(:side=>:left, :padx=>25, :pady=>25)
62 pack(:side=>:left, :padx=>25, :pady=>25)
68 :height=>5).pack(:side=>:top, :fill=>:x, :padx=>20)
71 TkLabel.new(:text=>'Sample of TkOptionMenu').pack(:side=>:top)
77 pack(:side=>:top)
81 pack(:side
[all...]

Completed in 133 milliseconds

1234567891011>>