Method: TkLabelWatch#start
- Defined in:
- ext/ae-rad/lib/tk/al-tkcustom.rb
#start ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'ext/ae-rad/lib/tk/al-tkcustom.rb', line 14 def start @active = true @t_clock = Thread.new { loop { show sleep 1 } } end |