Module: Nobbie::Wx::ApplicationUnderTest

Defined in:
lib/nobbie/wx/launcher.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#init_timerObject



5
6
7
8
9
# File 'lib/nobbie/wx/launcher.rb', line 5

def init_timer
  @aut_timer = Timer.new(self, -1)
  @aut_timer.start(10)
  evt_timer(@aut_timer.object_id) {|e| self.yield; Thread.pass }
end