Method: Tk::RadioButton#deselect
- Defined in:
- ext/lib/tk/radiobutton.rb
#deselect ⇒ Object
38 39 40 41 |
# File 'ext/lib/tk/radiobutton.rb', line 38 def deselect tk_send_without_enc('deselect') self end |
38 39 40 41 |
# File 'ext/lib/tk/radiobutton.rb', line 38 def deselect tk_send_without_enc('deselect') self end |