Searched refs:fill (Results 101 - 125 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dentry1.tcl26 pack $btns -side bottom -fill x
31 pack $w.e1 $w.e2 $w.e3 -side top -pady 5 -padx 10 -fill x
H A Dlabelframe.tcl30 pack $btns -side bottom -fill x
35 pack $w.f -side bottom -fill both -expand 1
46 pack $w.f.b$value -side top -fill x -pady 2
72 pack $w.f2.b$t -side top -fill x -pady 2
H A Dpaned1.tcl26 pack $btns -side bottom -fill x
29 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
H A Dvscale.tcl25 pack $btns -side bottom -fill x
33 $w.frame.canvas create polygon 0 0 1 1 2 2 -fill SeaGreen3 -tags poly
34 $w.frame.canvas create line 0 0 1 1 2 2 0 0 -fill black -tags line
37 pack $w.frame.canvas -side left -anchor nw -fill y
H A Dttkprogress.tcl22 pack $w.msg -side top -fill x
26 pack $btns -side bottom -fill x
29 pack $w.f -fill both -expand 1
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsText.tcl17 pack .t.m -side top -fill both
25 pack .t.bot -side bottom -fill both
31 pack $c -expand yes -fill both -padx 2m -pady 2m
33 $c create rect 2.95i 0.45i 3.05i 0.55i -fill {} -outline black
36 $c create rect 2.95i 0.95i 3.05i 1.05i -fill {} -outline black
39 $c create rect 2.95i 1.45i 3.05i 1.55i -fill {} -outline black
42 $c create rect 2.95i 1.95i 3.05i 2.05i -fill {} -outline blue
45 $c create rect 2.95i 2.45i 3.05i 2.55i -fill {} -outline black
48 $c create rect 2.95i 2.95i 3.05i 3.05i -fill {} -outline black
51 $c create rect 2.95i 3.45i 3.05i 3.55i -fill {}
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsText.tcl17 pack .t.m -side top -fill both
25 pack .t.bot -side bottom -fill both
31 pack $c -expand yes -fill both -padx 2m -pady 2m
33 $c create rect 2.95i 0.45i 3.05i 0.55i -fill {} -outline black
36 $c create rect 2.95i 0.95i 3.05i 1.05i -fill {} -outline black
39 $c create rect 2.95i 1.45i 3.05i 1.55i -fill {} -outline black
42 $c create rect 2.95i 1.95i 3.05i 2.05i -fill {} -outline blue
45 $c create rect 2.95i 2.45i 3.05i 2.55i -fill {} -outline black
48 $c create rect 2.95i 2.95i 3.05i 3.05i -fill {} -outline black
51 $c create rect 2.95i 3.45i 3.05i 3.55i -fill {}
[all...]
/macosx-10.9.5/ntp-88/scripts/stats/
H A Detf.S9 cat("\n", file=file2 , append=TRUE, fill=FALSE, sep="")
10 cat(file1, "\n", file=file2, append=TRUE, fill=FALSE, sep="")
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb14 base_frame = TkFrame.new($hscale_demo).pack(:fill=>:both, :expand=>true)
38 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
58 fill 'DeepSkyBlue'
62 fill 'black'
65 }.pack('side'=>'top', 'expand'=>'yes', 'anchor'=>'s', 'fill'=>'x', 'padx'=>'15')
75 }.pack('side'=>'top', 'fill'=>'x')
H A Dvscale.rb18 base_frame = TkFrame.new($vscale_demo).pack(:fill=>:both, :expand=>true)
42 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
62 fill 'SeaGreen3'
66 fill 'black'
69 }.pack('side'=>'left', 'anchor'=>'nw', 'fill'=>'y')
H A Dlabelframe.rb20 base_frame = TkFrame.new($labelframe_demo).pack(:fill=>:both, :expand=>true)
35 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
48 w = TkFrame.new(base_frame).pack(:side=>:bottom, :fill=>:both,
60 pack(:side=>:top, :fill=>:x, :pady=>2)
89 TkCheckbutton.new(f, :text=>str).pack(:side=>:top, :fill=>:x, :pady=>2)
H A Dpendulum.rb21 base_frame = TkFrame.new($pendulum_demo).pack(:fill=>:both, :expand=>true)
48 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
54 @pane = TkPanedWindow.new(frame, :orient=>:horizontal).pack(:fill=>:both, :expand=>true)
67 @plate = TkcLine.new(@c, 0, 25, 320, 25, :width=>2, :fill=>'grey50')
68 @rod = TkcLine.new(@c, 1, 1, 1, 1, :width=>3, :fill=>'black')
70 :width=>3, :fill=>'yellow', :outline=>'black')
71 TkcOval.new(@c, 155, 20, 165, 30, :fill=>'grey50', :outline=>'')
74 @c.pack(:fill=>:both, :expand=>true)
81 @y_axis = TkcLine.new(@k, 160, 200, 160, 0, :fill=>'grey75', :arrow=>:last)
82 @x_axis = TkcLine.new(@k, 0, 100, 320, 100, :fill
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb15 base_frame = TkFrame.new($hscale_demo).pack(:fill=>:both, :expand=>true)
42 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
61 fill 'DeepSkyBlue'
65 fill 'black'
68 }.pack('side'=>'top', 'expand'=>'yes', 'anchor'=>'s', 'fill'=>'x', 'padx'=>'15')
78 }.pack('side'=>'top', 'fill'=>'x')
H A Dvscale.rb15 base_frame = TkFrame.new($vscale_demo).pack(:fill=>:both, :expand=>true)
43 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
63 fill 'SeaGreen3'
67 fill 'black'
70 }.pack('side'=>'left', 'anchor'=>'nw', 'fill'=>'y')
H A Dlabelframe.rb22 base_frame = TkFrame.new($labelframe_demo).pack(:fill=>:both, :expand=>true)
42 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
55 w = TkFrame.new(base_frame).pack(:side=>:bottom, :fill=>:both,
67 pack(:side=>:top, :fill=>:x, :pady=>2)
96 TkCheckbutton.new(f, :text=>str).pack(:side=>:top, :fill=>:x, :pady=>2)
H A Dpendulum.rb22 base_frame = TkFrame.new($pendulum_demo).pack(:fill=>:both, :expand=>true)
50 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
56 @pane = TkPanedWindow.new(frame, :orient=>:horizontal).pack(:fill=>:both, :expand=>true)
69 @plate = TkcLine.new(@c, 0, 25, 320, 25, :width=>2, :fill=>'grey50')
70 @rod = TkcLine.new(@c, 1, 1, 1, 1, :width=>3, :fill=>'black')
72 :width=>3, :fill=>'yellow', :outline=>'black')
73 TkcOval.new(@c, 155, 20, 165, 30, :fill=>'grey50', :outline=>'')
76 @c.pack(:fill=>:both, :expand=>true)
83 @y_axis = TkcLine.new(@k, 160, 200, 160, 0, :fill=>'grey75', :arrow=>:last)
84 @x_axis = TkcLine.new(@k, 0, 100, 320, 100, :fill
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkrttimer.rb9 f1.pack(:side=>:bottom, :fill=>:both)
12 :width=>10).pack(:fill=>:both)
15 f2.pack(:side=>:bottom, :fill=>:both)
18 :width=>10).pack(: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)
H A Dtktree.rb78 tr1 = TkTree.new.pack(:expand=>true, :fill=>:both)
86 f = TkFrame.new.pack(:expand=>true, :fill=>:both)
91 yscrollbar(TkScrollbar.new(f, :width=>10).pack(:side=>:right, :fill=>:y))
92 xscrollbar(TkScrollbar.new(f, :width=>10).pack(:side=>:bottom, :fill=>:x))
93 pack(:expand=>true, :fill=>:both)
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Ddnd.tcl30 pack $ent1 $labf1 $labf2 -side top -fill x -pady 4
39 pack $lab -fill x
41 pack $ent1 $labf1 -side top -fill x -pady 4
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dsort.tcl10 proc fill {seq} { procedure
35 timedRun fill 1 fill $i
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dstext.tcl21 #pack $sw -fill both -expand 1
28 pack $lbl -fill x
29 pack $st -fill both -expand 1
30 pack $f -fill both -expand 1 -padx 4 -pady 4
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl50 crosshair::crosshair .map -width 0 -fill \#999999 -dash {.}
75 pack .sw -expand 1 -fill both -side bottom
76 pack .exit -expand 0 -fill both -side left
77 pack .shfl -expand 0 -fill both -side left
78 pack .loc -expand 0 -fill both -side left
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dhscale.tcl22 pack $w.buttons -side bottom -fill x -pady 2m
28 pack $w.frame -side top -fill x
31 $w.frame.canvas create polygon 0 0 1 1 2 2 -fill DeepSkyBlue3 -tags poly
32 $w.frame.canvas create line 0 0 1 1 2 2 0 0 -fill black -tags line
35 pack $w.frame.canvas -side top -expand yes -anchor s -fill x -padx 15

Completed in 258 milliseconds

1234567891011>>