Searched refs:fill (Results 126 - 150 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dmanager.rb27 Tk.pack(titf1, titf2, :padx=>4, :side=>:left, :fill=>:both, :expand=>true)
28 Tk.pack(topf, :fill=>:x, :pady=>2)
29 Tk.pack(titf3, :pady=>2, :padx=>4, :fill=>:both, :expand=>true)
54 Tk.pack(chk1, chk2, :anchor=>:w, :fill=>:x)
55 labf1.pack(:fill=>:both)
64 chk1.pack(:anchor=>:w, :fill=>:x)
66 Tk.pack(labf1, labf2, :side=>:left, :padx=>4, :fill=>:both)
74 }).pack(:side=>:left, :anchor=>:n, :fill=>:x)
92 sw.pack(:fill=>:both, :expand=>true)
109 ent = TkEntry.new(subf, :width=>50).pack(:fill
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl28 pack $titf1 $titf2 -padx 4 -side left -fill both -expand yes
29 pack $topf -fill x -pady 2
30 pack $titf3 -pady 2 -padx 4 -fill both -expand yes
44 pack $subf.chk1 $subf.chk2 -anchor w -fill x -padx 5
45 pack $labf1 -fill both
53 pack $subf.chk1 -anchor w -fill x -padx 5
55 pack $labf1 $labf2 -side left -padx 4 -fill both
63 pack $parent.chk1 -side left -anchor n -fill x -padx 5
86 pack $sw -fill both -expand yes
101 pack [Entry $subf.ent$i -width 50] -fill
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Ddemangle.h453 the following functions to fill them in. */
460 cplus_demangle_fill_component (struct demangle_component *fill,
469 cplus_demangle_fill_name (struct demangle_component *fill,
477 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
487 cplus_demangle_fill_operator (struct demangle_component *fill,
495 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
503 cplus_demangle_fill_ctor (struct demangle_component *fill,
511 cplus_demangle_fill_dtor (struct demangle_component *fill,
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplot3d.tcl56 $w create line $pxxmax $pyxmax $pxxmin $pyxmin -fill black -tag axis3d
57 $w create line $pxxmax $pyxmax $pxymax $pyymax -fill black -tag axis3d
58 $w create line $pxymax $pyymax $pxymx2 $pyymx2 -fill black -tag axis3d
59 $w create line $pxzmax $pyzmax $pxzymx $pyzymx -fill black -tag axis3d
60 $w create line $pxxmax $pyxmax $pxzmax $pyzmax -fill black -tag axis3d
61 $w create line $pxzmax $pyzmax $pxzmx2 $pyzmx2 -fill black -tag axis3d
62 $w create line $pxymax $pyymax $pxzymx $pyzymx -fill black -tag axis3d
64 $w create line $pxxmin $pyxmin $pxymx2 $pyymx2 -fill black -tag axis3d
65 $w create line $pxxmin $pyxmin $pxzmx2 $pyzmx2 -fill black -tag axis3d
172 foreach {fill borde
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dcd_timer.rb17 :command=>proc{exit}).pack(:side=>:bottom, :fill=>:x)
19 b = TkButton.new(:text=>'start').pack(:side=>:top, :fill=>:x)
21 f = TkFrame.new(:relief=>:ridge, :borderwidth=>2).pack(:fill=>:x)
24 :text=>' elapsed: ').pack(:fill=>:x, :side=>:left, :expand=>true)
43 f = TkFrame.new(:relief=>:ridge, :borderwidth=>2).pack(:fill=>:x)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dpaned2.rb19 base_frame = TkFrame.new($paned2_demo).pack(:fill=>:both, :expand=>true)
30 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
67 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
75 :fill=>:y))
76 pack(:fill=>:both, :expand=>true)
H A Dimage3.rb22 base_frame = TkFrame.new($image3_demo).pack(:fill=>:both, :expand=>true)
78 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
91 image3_f = TkFrame.new(base_frame).pack(:fill=>:both, :expand=>true)
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')
H A Dpaned1.rb19 base_frame = TkFrame.new($paned1_demo).pack(:fill=>:both, :expand=>true)
30 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
46 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dpaned2.rb21 base_frame = TkFrame.new($paned2_demo).pack(:fill=>:both, :expand=>true)
35 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
72 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
80 :fill=>:y))
81 pack(:fill=>:both, :expand=>true)
H A Dttknote.rb37 pack(:side=>:bottom, :fill=>:x)
40 base_frame = Ttk::Frame.new($ttknote_demo).pack(:fill=>:both, :expand=>true)
43 notebook = Ttk::Notebook.new(base_frame).pack(:fill=>:both, :expand=>true,
96 editor_s.pack(:side=>:right, :fill=>:y, :padx=>[0,2], :pady=>2)
97 editor_t.pack(:fill=>:both, :expand=>true, :padx=>[2,0], :pady=>2)
H A Dimage3.rb23 base_frame = TkFrame.new($image3_demo).pack(:fill=>:both, :expand=>true)
80 }.pack('side'=>'bottom', 'fill'=>'x', 'pady'=>'2m')
93 image3_f = TkFrame.new(base_frame).pack(:fill=>:both, :expand=>true)
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 Dttkmenu.rb21 base_frame = Ttk::Frame.new($ttkmenu_demo).pack(:fill=>:both, :expand=>true)
24 :text=><<EOL).pack(:side=>:top, :fill=>:x)
42 Ttk::Separator.new(base_frame).pack(:side=>:top, :fill=>:x)
60 pack(:side=>:bottom, :fill=>:x)
84 f = Ttk::Frame.new(base_frame).pack(:fill=>:x)
85 f1 = Ttk::Frame.new(base_frame).pack(:fill=>:both, :expand=>true)
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dttknote.tcl23 pack [addSeeDismiss $w.seeDismiss $w] -side bottom -fill x
26 pack $w.f -fill both -expand 1
31 pack $w.note -fill both -expand 1 -padx 2 -pady 3
63 pack $w.note.editor.s -side right -fill y -padx {0 2} -pady 2
64 pack $w.note.editor.t -fill both -expand 1 -pady 2 -padx {2 0}
H A Dcombo.tcl31 pack $w.msg -side top -fill x
35 pack $btns -side bottom -fill x
38 pack $w.f -fill both -expand 1
H A Dentry2.tcl26 pack $btns -side bottom -fill x
29 pack $w.frame -side top -fill x -expand 1
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x
/macosx-10.9.5/tcl-102/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 top -fill
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dtex.cpp205 const line_type &lt, double fill)
207 if (fill >= 0.0) {
208 if (fill > 1.0)
209 fill = 1.0;
210 printf(" \\special{sh %.3f}%%\n", fill);
286 const line_type &lt, double fill)
288 if (fill >= 0.0 && lt.type != line_type::solid) {
289 if (fill > 1.0)
290 fill = 1.0;
293 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill);
204 polygon(const position *v, int n, const line_type &lt, double fill) argument
285 circle(const position &cent, double rad, const line_type &lt, double fill) argument
312 ellipse(const position &cent, const distance &dim, const line_type &lt, double fill) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmenubar.rb120 mb.pack(:anchor=>:nw, :fill=>:x, :expand=>true)
121 fr.pack(:fill=>:both, :expand=>true)
122 ef.pack(:anchor=>:sw, :fill=>:x, :expand=>true)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos3.rb15 pack(:fill=>:both, :side=>:top)
44 pack(:fill=>:both, :side=>:top)
61 pack(:fill=>:both)
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
203 next = *table; /* current table to fill in */
234 fill = (unsigned)1 << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
292 /* fill i
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dgenerator2.tcl26 pack [frame .left] -expand yes -fill both -side top
29 -variable left(freq) -command [list Config left]] -side left -expand yes -fill both
31 -variable left(ampl) -command [list Config left]] -side left -expand yes -fill both
38 pack [frame .right] -expand yes -fill both -side top
41 -variable right(freq) -command [list Config right]] -side left -expand yes -fill both
43 -variable right(ampl) -command [list Config right]] -side left -expand yes -fill both
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dpuzzle.tcl95 crosshair::crosshair .map -width 0 -fill \#999999 -dash {.}
117 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.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dled.tcl65 $win.led create oval $border $border $end $end -fill $options(-off)
122 $win.led itemconfigure 1 -fill $options(-on)
124 $win.led itemconfigure 1 -fill $options(-off)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_test.tcl10 pack [frame .f] -fill both -expand 1
12 pack [scrollbar .f.s -command {.f.t yview}] -side right -fill y
16 -yscrollcommand {.f.s set}] -fill both -expand 1
26 -height -wrap -font -fill -side -outline -style -insertwidth \
49 pack [frame .f1] -fill x
68 pack [frame .f2] -fill x
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dentry2.tcl23 pack $w.buttons -side bottom -fill x -pady 2m
29 pack $w.frame -side top -fill x -expand 1
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x

Completed in 300 milliseconds

1234567891011>>