Method: CDK::BUTTONBOX#setCurrentButton
- Defined in:
- lib/cdk/buttonbox.rb
#setCurrentButton(button) ⇒ Object
324 325 326 327 328 |
# File 'lib/cdk/buttonbox.rb', line 324 def setCurrentButton() if >= 0 && < @button_count @current_button = end end |