Module: Nobbie::Wx::ApplicationUnderTest

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#init_timerObject



9
10
11
12
13
# File 'lib/nobbie/wx/application_launcher.rb', line 9

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