Method: Fidgit::RadioButton#clicked_left_mouse_button
- Defined in:
- lib/fidgit/elements/radio_button.rb
#clicked_left_mouse_button(sender, x, y) ⇒ Object
34 35 36 37 38 |
# File 'lib/fidgit/elements/radio_button.rb', line 34 def (sender, x, y) super check nil end |