Searched refs:side (Results 101 - 125 of 619) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpaned2.rb23 :text=><<EOL).pack(:side=>:top)
30 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
35 }).pack(:side=>:left, :expand=>true)
39 }).pack(:side=>:left, :expand=>true)
67 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
74 yscrollbar(TkScrollbar.new(paned2_top).pack(:side=>:right,
H A Dspin.rb22 :text=><<EOL).pack(:side=>:top)
40 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
45 }).pack(:side=>:left, :expand=>true)
49 }).pack(:side=>:left, :expand=>true)
65 ].each{|sbox| sbox.pack(:side=>:top, :pady=>5, :padx=>10)}
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dpaned2.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)
72 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
79 yscrollbar(TkScrollbar.new(paned2_top).pack(:side=>:right,
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/
H A Dkroc.rb78 'Scrollbar.uparrow', {:side=>:top},
79 'Scrollbar.downarrow', {:side=>:bottom},
80 'Scrollbar.uparrow', {:side=>:bottom},
81 'Scrollbar.thumb', {:side=>:top, :expand=>true}
88 'Scrollbar.leftarrow', {:side=>:left},
89 'Scrollbar.rightarrow', {:side=>:right},
90 'Scrollbar.leftarrow', {:side=>:right},
91 'Scrollbar.thumb', {:side=>:left, :expand=>true}
203 'Checkbutton.indicator', {:side=>:left},
204 'Checkbutton.focus', {:side
[all...]
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DConstrainedLoop.tcl58 pack [frame .fr -bg $bgCol] -side top -fill x
60 -side left -fill x
62 -side left -fill x
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DAsync.tcl38 pack $scroll -side right -fill y
39 pack $viewer -side left -fill both -expand 1
40 pack $mainFrame -side top -fill both -expand 1
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dbutton.tcl22 pack $w.msg -side top
25 pack [addSeeDismiss $w.buttons $w] -side bottom -fill x
49 pack $w.b1 $w.b2 $w.b3 $w.b4 -side top -expand yes -pady 2
H A Dclrpick.tcl21 pack $w.msg -side top
25 pack $btns -side bottom -fill x
34 pack $w.back $w.fore -side top -anchor c -pady 2m
H A Dsearch.tcl89 pack $btns -side bottom -fill x
96 pack $w.file.label $w.file.entry -side left
97 pack $w.file.button -side left -pady 5 -padx 10
109 pack $w.string.label $w.string.entry -side left
110 pack $w.string.button -side left -pady 5 -padx 10
115 pack $w.file $w.string -side top -fill x
116 pack $w.scroll -side right -fill y
H A Dcombo.tcl31 pack $w.msg -side top -fill x
35 pack $btns -side bottom -fill x
61 pack $w.c1 $w.c2 $w.c3 -side top -pady 5 -padx 10
H A Dsayings.tcl23 pack $w.msg -side top
27 pack $btns -side bottom -fill x
30 pack $w.frame -side top -expand yes -fill both -padx 1c
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dradio.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
32 pack $w.left $w.mid $w.right -side left -expand yes -pady .5c -padx .5c
37 pack $w.left.b$i -side top -pady 2 -anchor w -fill x
45 pack $w.mid.$lower -side top -pady 2 -fill x
H A Dvscale.tcl19 pack $w.msg -side top -padx .5c
22 pack $w.buttons -side bottom -fill x -pady 2m
25 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
36 pack $w.frame.scale -side left -anchor ne
37 pack $w.frame.canvas -side left -anchor nw -fill y
H A Dimage2.tcl69 pack $w.msg -side top
72 pack $w.buttons -side bottom -fill x -pady 2m
75 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
86 pack $w.dir.e -side left -fill both -padx 2m -pady 2m -expand true
87 pack $w.dir.b -side left -fill y -padx {0 2m} -pady 2m
92 pack $w.f.list $w.f.scroll -side left -fill y -expand 1
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dextbutton.itk201 n {set side top; set anchor center}
202 ne {set side top; set anchor e}
203 nw {set side top; set anchor w}
205 s {set side bottom; set anchor center}
206 se {set side bottom; set anchor e}
207 sw {set side bottom; set anchor w}
209 w {set side left; set anchor center}
210 wn {set side left; set anchor n}
211 ws {set side left; set anchor s}
213 e {set side righ
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DGridResolvedPosition.h65 static GridResolvedPosition adjustGridPositionForSide(size_t resolvedPosition, GridPositionSide side) argument
68 if (side == ColumnEndSide || side == RowEndSide)
90 GridResolvedPosition(const GridPosition& position, GridPositionSide side) argument
95 m_integerPosition = adjustGridPositionForSide(integerPosition, side).m_integerPosition;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl35 pack [frame .rhf] -side right -anchor nw
50 pack [frame .lhf] -side left -anchor ne
59 pack [radiobutton .rhf.h.off -text "Indent Off" -variable ::ntext::classicWrap -value 1 -command {::ntext::wrapIndent .rhf.new}] -side right
60 pack [radiobutton .rhf.h.on -text "Indent On" -variable ::ntext::classicWrap -value 0 -command {::ntext::wrapIndent .rhf.new}] -side right
61 pack [label .rhf.h.l -text "Switch indentation on/off: "] -side right
64 pack [entry .rhf.g.e -width 3] -side right -padx 5
65 pack [button .rhf.g.b -text "Click to set tab spacing to value in box" -command changeTabs] -side right
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dbasic.rb26 Tk.pack(titf1, titf2, :side=>:left, :fill=>:both, :padx=>4, :expand=>true)
90 but.pack(:side=>:left, :padx=>4)
91 sep1.pack(:side=>:left, :padx=>4, :fill=>:y)
92 arr1.pack(:side=>:left, :padx=>4)
93 sep2.pack(:side=>:left, :padx=>4, :fill=>:y)
94 arr2.pack(:side=>:left, :padx=>4)
101 :side=>:top, :anchor=>:w,
116 :foreground=>'red').pack(:side=>:bottom, :pady=>4)
119 :side=>:top, :anchor=>:w,
131 :side
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddialog.tcl41 {-side Enum bottom 1 {bottom left top right}}
103 set side [Widget::cget $path -side]
104 if { [string equal $side "left"] || [string equal $side "right"] } {
259 set side [Widget::getoption $path -side]
260 if {[string equal $side "left"] || [string equal $side "right"]} {
267 pack $path.bbox -side
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/
H A DbutGeom.tcl14 pack .t.l -side top -fill both
17 pack .t.quit -side bottom -pady 2m
23 pack .t.sep$sepId -side top -padx 2m -pady 2m -fill x
30 pack .t.control -side top -fill x -pady 3m
33 pack .t.control.left .t.control.right -side left -expand 1 -fill x
36 pack .t.anchorLabel .t.control.left.f -in .t.control.left -side top
74 pack .t.f1 -side top -expand 1 -fill both
77 pack .t.f2 -side top -expand 1 -fill both
80 pack .t.f3 -side top -expand 1 -fill both
83 pack .t.f4 -side to
[all...]
H A Dcmap.tcl33 pack .t.m -side top -fill x
36 pack .t.quit -side bottom -pady 3 -ipadx 4 -ipady 2
39 pack .t.f -side top -padx 1c -pady 1c
54 pack .t2.m -side top -fill x
57 pack .t2.quit -side bottom -pady 3 -ipadx 4 -ipady 2
60 pack .t2.f -side bottom
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DbutGeom.tcl14 pack .t.l -side top -fill both
17 pack .t.quit -side bottom -pady 2m
23 pack .t.sep$sepId -side top -padx 2m -pady 2m -fill x
30 pack .t.control -side top -fill x -pady 3m
33 pack .t.control.left .t.control.right -side left -expand 1 -fill x
36 pack .t.anchorLabel .t.control.left.f -in .t.control.left -side top
74 pack .t.f1 -side top -expand 1 -fill both
77 pack .t.f2 -side top -expand 1 -fill both
80 pack .t.f3 -side top -expand 1 -fill both
83 pack .t.f4 -side to
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl55 pack .msg -in . -side top -fill both -expand 1
57 pack .op -in . -side top -fill x
59 pack .but -in . -side top -fill both -expand 1
66 pack .op.f -in .op -side top -fill x
70 pack .op.f.f1 -in .op.f -side left -fill both
72 pack .op.f.f1.l -in .op.f.f1 -side top -fill x
75 pack .op.f.f1.server -in .op.f.f1 -side top -fill x -padx 15
77 pack .op.f.f1.server.l -in .op.f.f1.server -side left -fill x
79 pack .op.f.f1.server.e -in .op.f.f1.server -side left -fill x
82 pack .op.f.f1.port -in .op.f.f1 -side to
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dicharsup.c113 BE_side_t side, /* [in] client or server */
158 For the server side, spell the dummies as they are identified */
164 if (side == BE_server_side)
171 if (side == BE_server_side)
178 if (side == BE_server_side)
183 /* For the client side only we need to spell all the tag variables.
184 On the server side the non-dummy tags are declared by the
186 if (side == BE_server_side)
247 BE_side_t side, /* [in] client or server */
253 if (side
109 BE_cs_analyze_and_spell_vars( FILE *fid, AST_operation_n_t *p_operation, BE_side_t side, BE_cs_info_t *p_cs_info ) argument
243 BE_spell_cs_state( FILE *fid, const char *state_access, BE_side_t side, BE_cs_info_t *p_cs_info ) argument
296 BE_spell_cs_tag_rtn_call( FILE *fid, const char *state_access, AST_operation_n_t *p_operation, BE_side_t side, BE_handle_info_t *p_handle_info, BE_cs_info_t *p_cs_info, boolean pickling ) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dvowelspace.tcl10 pack [frame .b] -side bottom
12 -side left
13 pack [button .b.s -bitmap snackStop -command Stop -width 40] -side left
15 -side left
16 pack [label .b.l -text "Draw speed:"] -side left
18 pack .b.om -side left
19 pack [label .b.l2 -text "pixels per second"] -side left
20 pack [frame .f] -side top -expand true -fill both
21 pack [canvas .f.d -width 40 -bg white] -side left -fill y
22 pack [canvas .f.c -bg white] -side lef
[all...]

Completed in 306 milliseconds

1234567891011>>