Method: Tk::Iwidgets::Tabnotebook#xscrollbar
- Defined in:
- lib/tkextlib/iwidgets/tabnotebook.rb
#xscrollbar(bar = nil) ⇒ Object
134 135 136 137 138 139 140 141 142 143 |
# File 'lib/tkextlib/iwidgets/tabnotebook.rb', line 134 def (=nil) if = .orient 'horizontal' self.scrollcommand {|*arg| .set(*arg)} .command {|*arg| self.xview(*arg)} Tk.update # avoid scrollbar trouble end end |