Method: Tk::RbWidget::ScrollFrame#bind
- Defined in:
- sample/scrollframe.rb
#bind(*args) ⇒ Object
forbid to change binding of @base frame
159 160 161 |
# File 'sample/scrollframe.rb', line 159 def bind(*args) @frame.bind(*args) end |
forbid to change binding of @base frame
159 160 161 |
# File 'sample/scrollframe.rb', line 159 def bind(*args) @frame.bind(*args) end |