Method: Tk::Iwidgets::Checkbox#flash

Defined in:
ext/lib/tkextlib/iwidgets/checkbox.rb

#flash(idx) ⇒ Object



84
85
86
87
# File 'ext/lib/tkextlib/iwidgets/checkbox.rb', line 84

def flash(idx)
  tk_call(@path, 'flash', index(idx))
  self
end