Searched refs:both (Results 151 - 175 of 841) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dbitmap.rb19 pack('side'=>'top', 'fill'=>'both')
22 pack('side'=>'left', 'fill'=>'both', 'pady'=>'.25c', 'padx'=>'.25c')
43 base_frame = TkFrame.new($bitmap_demo).pack(:fill=>:both, :expand=>true)
73 pack('side'=>'top', 'expand'=>'yes', 'fill'=>'both')
H A Dclrpick.rb23 base_frame = TkFrame.new($clrpick_demo).pack(:fill=>:both, :expand=>true)
H A Dfilebox.rb20 base_frame = TkFrame.new($filebox_demo).pack(:fill=>:both, :expand=>true)
H A Dhscale.rb14 base_frame = TkFrame.new($hscale_demo).pack(:fill=>:both, :expand=>true)
H A Dmsgbox.rb21 base_frame = TkFrame.new($msgbox_demo).pack(:fill=>:both, :expand=>true)
H A Dmsgbox2.rb21 base_frame = TkFrame.new($msgbox2_demo).pack(:fill=>:both, :expand=>true)
25 'text'=>"Choose the icon and type option of the message box. Then press the \"Message Box\" button to see the message box with both of a message and a detail.").pack('side'=>'top')
H A Dpendulum.rb21 base_frame = TkFrame.new($pendulum_demo).pack(:fill=>:both, :expand=>true)
54 @pane = TkPanedWindow.new(frame, :orient=>:horizontal).pack(:fill=>:both, :expand=>true)
74 @c.pack(:fill=>:both, :expand=>true)
98 @k.pack(:fill=>:both, :expand=>true)
H A Dttkprogress.rb18 base_frame = TkFrame.new($ttkprogress_demo).pack(:fill=>:both, :expand=>true)
50 frame = Ttk::Frame.new(base_frame).pack(:fill=>:both, :expand=>true)
H A Dvscale.rb18 base_frame = TkFrame.new($vscale_demo).pack(:fill=>:both, :expand=>true)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dbitmap.rb17 pack('side'=>'top', 'fill'=>'both')
20 pack('side'=>'left', 'fill'=>'both', 'pady'=>'.25c', 'padx'=>'.25c')
41 base_frame = TkFrame.new($bitmap_demo).pack(:fill=>:both, :expand=>true)
72 pack('side'=>'top', 'expand'=>'yes', 'fill'=>'both')
H A Dcombo.rb20 base_frame = TkFrame.new($combo_demo).pack(:fill=>:both, :expand=>true)
68 frame = Ttk::Frame.new(base_frame).pack(:fill=>:both, :expand=>true)
H A Dfilebox.rb19 base_frame = TkFrame.new($filebox_demo).pack(:fill=>:both, :expand=>true)
H A Dhscale.rb15 base_frame = TkFrame.new($hscale_demo).pack(:fill=>:both, :expand=>true)
H A Dmsgbox.rb19 base_frame = TkFrame.new($msgbox_demo).pack(:fill=>:both, :expand=>true)
H A Dmsgbox2.rb19 base_frame = TkFrame.new($msgbox2_demo).pack(:fill=>:both, :expand=>true)
H A Dpendulum.rb22 base_frame = TkFrame.new($pendulum_demo).pack(:fill=>:both, :expand=>true)
56 @pane = TkPanedWindow.new(frame, :orient=>:horizontal).pack(:fill=>:both, :expand=>true)
76 @c.pack(:fill=>:both, :expand=>true)
100 @k.pack(:fill=>:both, :expand=>true)
H A Dvscale.rb15 base_frame = TkFrame.new($vscale_demo).pack(:fill=>:both, :expand=>true)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_command_manager.rb113 assert_equal :both, check_options[:domain]
136 #check both domain
138 @command_manager.process_args("install --both")
139 assert_equal :both, check_options[:domain]
141 #check both domain
143 @command_manager.process_args("install --both")
144 assert_equal :both, check_options[:domain]
233 #both (local/remote) domains
235 @command_manager.process_args("query --both")
236 assert_equal :both, check_option
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_tree_text.tcl27 $t walk root -order both -type dfs {a n} {
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tools/
H A Dinstall.tcl56 pack $f -expand y -fill both
79 pack .f6.install .f6.exit -side left -fill both -expand y
80 pack .f6 -fill both -expand y
104 pack .t.t .t.s -side left -expand y -fill both
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos12.tcl41 $p dataconfig series1 -type both -symbol cross
H A Dplotdemos2.tcl19 pack .c .c2 -fill both -side top
57 pack .h.c -fill both
61 $s dataconfig series2 -colour green -type both
84 pack .t2.c .t2.c2 -fill both
H A Dxyplot_demo.tcl19 pack $xyp -fill both -expand true
27 pack $xyp2 -fill both -expand true
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dstyles_tile.tcl99 pack $f.f -side top -expand yes -fill both -padx 5 -pady 5
100 pack $f -expand yes -fill both
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dttkprogress.tcl29 pack $w.f -fill both -expand 1

Completed in 194 milliseconds

1234567891011>>