Searched refs:side (Results 151 - 175 of 606) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dtabnotebook.rb8 :side=>:left, :padx=>10, :pady=>10)
H A Dtabnotebook2.rb8 :side=>:top, :padx=>10, :pady=>0)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkrttimer.rb9 f1.pack(:side=>:bottom, :fill=>:both)
15 f2.pack(:side=>:bottom, :fill=>:both)
48 pack(:side=>:left, :fill=>:both, :expand=>true)
52 pack('side'=>'left', 'fill'=>'both', 'expand'=>'yes')
71 pack(:side=>:right, :fill=>:both, :expand=>:yes)
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Ddnd.tcl30 pack $ent1 $labf1 $labf2 -side top -fill x -pady 4
41 pack $ent1 $labf1 -side top -fill x -pady 4
H A Dmanager.tcl28 pack $titf1 $titf2 -padx 4 -side left -fill both -expand yes
37 set labf1 [LabelFrame $parent.labf1 -text "Toolbar" -side top -anchor w \
47 set labf2 [LabelFrame $parent.labf2 -text "Status bar" -side top -anchor w \
55 pack $labf1 $labf2 -side left -padx 4 -fill both
63 pack $parent.chk1 -side left -anchor n -fill x -padx 5
67 set pw1 [PanedWindow $parent.pw -side top]
70 set pw2 [PanedWindow $pane.pw -side left]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl16 -orient vertical -oncolor green] -side left
18 -orient vertical -oncolor orange] -side left
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dttkprogress.tcl22 pack $w.msg -side top -fill x
26 pack $btns -side bottom -fill x
H A Danilabel.tcl22 pack $w.msg -side top
26 pack $btns -side bottom -fill x
114 pack $w.left $w.right -side left -padx 10 -pady 10 -expand yes
120 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -padx 10 -pady 10 -anchor w
123 pack $w.right.l -side top -expand yes -padx 10 -pady 10
H A Dimage2.tcl76 pack $w.msg -side top
80 pack $btns -side bottom -fill x
92 pack $w.dir.e -side left -fill both -padx 2m -pady 2m -expand true
93 pack $w.dir.b -side left -fill y -padx {0 2m} -pady 2m
98 pack $w.f.list $w.f.scroll -side left -fill y -expand 1
H A Dixset181 pack $path.label -side left
182 pack $path.entry -side right -expand y -fill x
199 -side left -expand yes -pady 5
233 pack .bell.val.pit -side left -padx 5
234 pack .bell.val.dur -side right -padx 5
235 pack .bell.vol .bell.val -side top -expand yes
251 pack .kbd.val.onoff -side left -fill x -expand yes -padx {0 1m}
252 pack .kbd.val.cli -side left -expand yes -fill x -padx {1m 0}
254 pack .kbd.val -side top -expand yes -pady 2 -fill x
266 pack .mouse.hor.acc -side lef
[all...]
H A Dpuzzle.tcl47 pack $w.msg -side top
51 pack $btns -side bottom -fill x
70 pack $w.frame -side top -pady 1c -padx 1c
H A Drolodex26 pack .frame -side top -fill y -anchor center
36 pack .buttons -side bottom -pady 2 -anchor center
42 -side left -padx 2
53 pack .menu -before .frame -side top -fill x
59 pack .menu.file -side left
63 pack .menu.help -side right
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/keramik/
H A Dkeramik.tcl108 Menubutton.label -side left -expand true
112 Menubutton.indicator -side right
130 Scrollbar.uparrow -side top
131 Scrollbar.downarrow -side bottom
132 Scrollbar.uparrow -side bottom
133 Vertical.Scrollbar.thumb -side top -expand true -sticky ns
140 Scrollbar.leftarrow -side left
141 Scrollbar.rightarrow -side right
142 Scrollbar.leftarrow -side right
143 Horizontal.Scrollbar.thumb -side lef
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dpuzzle.tcl117 pack .sw -expand 1 -fill both -side bottom
118 pack .exit -expand 0 -fill both -side left
119 pack .shfl -expand 0 -fill both -side left
120 pack .ord -expand 0 -fill both -side left
121 pack .loc -expand 0 -fill both -side left
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dfirefox.tcl140 pack $f.l1 -side left
141 pack $f.e1 -side left -padx 8
142 pack $f.l2 -side left
173 pack $f.t1 -side top -anchor w -fill x -padx {0 8} -pady {0 4}
174 pack $f.cb1 -side top -anchor w
207 pack $fLeft.t1 -side top -expand yes -fill x -pady {0 6}
208 pack $fLeft.cb1 -side top -anchor w
213 pack $fRight.b1 -side top -expand yes -fill x
214 pack $fRight.b2 -side top -expand yes -fill x -pady {8 0}
215 pack $fLeft -side lef
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl35 {-side Enum top 1 {top left bottom right}}
141 set side [Widget::getoption $path -side]
163 if {[string equal $side "top"] || [string equal $side "bottom"]} {
166 if {[string equal $side "top"]} {
179 if {[string equal $side "left"]} {
193 if { [string equal $side "top"] || \
194 [string equal $side "bottom"] } {
205 if { [string equal $side "to
[all...]
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoard.h140 inline bool SideIncludesWhite(MBCSide side) { return side==kWhiteSide || side==kBothSides; } argument
141 inline bool SideIncludesBlack(MBCSide side) { return side==kBlackSide || side==kBothSides; } argument
237 - (BOOL) canPromote:(MBCSide)side;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dmanager.rb27 Tk.pack(titf1, titf2, :padx=>4, :side=>:left, :fill=>:both, :expand=>true)
36 :side=>:top, :anchor=>:w,
58 :side=>:top, :anchor=>:w,
66 Tk.pack(labf1, labf2, :side=>:left, :padx=>4, :fill=>:both)
74 }).pack(:side=>:left, :anchor=>:n, :fill=>:x)
78 pw1 = Tk::BWidget::PanedWindow.new(parent, :side=>:top)
81 pw2 = Tk::BWidget::PanedWindow.new(pane, :side=>:left)
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dixset185 pack $path.label -side left
186 pack $path.entry -side right -expand y -fill x
203 -side left -expand yes -pady 5
237 pack .bell.val.pit -side left -padx 5
238 pack .bell.val.dur -side right -padx 5
239 pack .bell.vol .bell.val -side top -expand yes
255 pack .kbd.val.onoff -side left -fill x -expand yes -padx {0 1m}
256 pack .kbd.val.cli -side left -expand yes -fill x -padx {1m 0}
258 pack .kbd.val -side top -expand yes -pady 2 -fill x
270 pack .mouse.hor.acc -side lef
[all...]
H A Drolodex24 pack .frame -side top -fill y -anchor center
34 pack .buttons -side bottom -pady 2 -anchor center
40 -side left -padx 2
47 pack .menu -before .frame -side top -fill x
53 pack .menu.file -side left
57 pack .menu.help -side right
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dpanelframe.tcl121 pack $close -side right -padx $ipadx -pady $ipady
132 pack $title -side left -fill x -anchor w -padx $ipadx -pady $ipady
152 pack $close -side right -padx $ipadx -pady $ipady
179 -side right \
196 pack $w -in $tframe -padx $ipadx -pady $ipady -side $opts(-side) \
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dimage3.rb60 msg.pack('side'=>'top')
71 }.pack('side'=>'left', 'expand'=>'yes')
76 }.pack('side'=>'left', 'expand'=>'yes')
78 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
98 pack(:side=>:left, :fill=>:y, :expand=>true)
99 yscrollbar(TkScrollbar.new(image3_ff).pack(:side=>:left, :fill=>:y,
106 pack(:side=>:left, :fill=>:both, :padx=>'2m', :pady=>'2m', :expand=>true)
112 pack(:side=>:left, :fill=>:y, :padx=>[0, '2m'], :pady=>'2m')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dimage3.rb61 msg.pack('side'=>'top')
73 }.pack('side'=>'left', 'expand'=>'yes')
78 }.pack('side'=>'left', 'expand'=>'yes')
80 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
100 pack(:side=>:left, :fill=>:y, :expand=>true)
101 yscrollbar(TkScrollbar.new(image3_ff).pack(:side=>:left, :fill=>:y,
108 pack(:side=>:left, :fill=>:both, :padx=>'2m', :pady=>'2m', :expand=>true)
114 pack(:side=>:left, :fill=>:y, :padx=>[0, '2m'], :pady=>'2m')
H A Dttkprogress.rb23 :text=><<EOL).pack(:side=>:top, :fill=>:x)
52 pack(:side=>:bottom, :fill=>:x)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dlines0.tcl40 pack .a .b -side left

Completed in 154 milliseconds

1234567891011>>