Searched refs:xscrollbar (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dscrollable.rb29 def xscrollbar(bar=nil) method in class:Tk.XScrollable
31 @xscrollbar = bar
32 @xscrollbar.orient 'horizontal'
33 self.xscrollcommand {|*arg| @xscrollbar.set(*arg)}
34 @xscrollbar.command {|*arg| self.xview(*arg)}
37 @xscrollbar
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dautoscroll.rb67 if @xscrollbar
68 Tk::Tcllib::Autoscroll.autoscroll(@xscrollbar)
75 if @xscrollbar
76 Tk::Tcllib::Autoscroll.autoscroll(@xscrollbar)
89 if @xscrollbar
90 Tk::Tcllib::Autoscroll.unautoscroll(@xscrollbar)
97 if @xscrollbar
98 Tk::Tcllib::Autoscroll.unautoscroll(@xscrollbar)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook2.rb28 nb.xscrollbar(TkScrollbar.new).pack(:fill=>:x, :expand=>true, :padx=>10)
H A Dtabnotebook2.rb28 tn.xscrollbar(TkScrollbar.new).pack(:fill=>:x, :expand=>true, :padx=>10)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dbasic.rb40 sx = table.xscrollbar(TkScrollbar.new)
H A Dbuttons.rb24 sx = table.xscrollbar(TkScrollbar.new)
H A Dmaxsize.rb37 sx = table.xscrollbar(TkScrollbar.new)
H A Dvalid.rb73 sx = table.xscrollbar(TkScrollbar.new)
H A Ddynarows.rb71 sx = table.xscrollbar(TkScrollbar.new)
H A Dcommand.rb71 sx = table.xscrollbar(TkScrollbar.new)
H A Ddebug.rb38 sx = table.xscrollbar(TkScrollbar.new)
H A Dspreadsheet.rb93 sx = table.xscrollbar(TkScrollbar.new)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmclist.rb63 hsb = tree.xscrollbar(Ttk::Scrollbar.new(base_frame))
66 hsb = tree.xscrollbar(Tk::Scrollbar.new(base_frame))
H A Dtree.rb102 hsb = tree.xscrollbar(Ttk::Scrollbar.new(base_frame))
105 hsb = tree.xscrollbar(Tk::Scrollbar.new(base_frame))
H A Dpaned2.rb92 xscrollbar(paned2_xscr)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktree.rb92 xscrollbar(TkScrollbar.new(f, :width=>10).pack(:side=>:bottom, :fill=>:x))
H A Dscrollframe.rb43 @canvas.xscrollbar(@h_scroll)
H A Dtktextframe.rb75 @component.xscrollbar(@h_scroll)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dmclist.rb59 hsb = tree.xscrollbar(Ttk::Scrollbar.new(base_frame))
62 hsb = tree.xscrollbar(Tk::Scrollbar.new(base_frame))
H A Dpaned2.rb86 xscrollbar(paned2_xscr)
H A Dtree.rb101 hsb = tree.xscrollbar(Ttk::Scrollbar.new(base_frame))
104 hsb = tree.xscrollbar(Tk::Scrollbar.new(base_frame))
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dnotebook.rb127 def xscrollbar(bar=nil) method in class:Tk
H A Dtabnotebook.rb133 def xscrollbar(bar=nil) method in class:Tk
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb145 hscr = html.xscrollbar(TkScrollbar.new)
H A Dss.rb103 hscr = @html.xscrollbar(TkScrollbar.new)

Completed in 120 milliseconds

12