Method: Fox::FXApp#initialize_before_thread
- Defined in:
- lib/fox16/thread.rb
#initialize_before_thread ⇒ FXApp
Construct application object; the appName and vendorName strings are used as keys into the registry database for this application’s settings. Only one single application object can be constructed. :nodoc:
7 8 |
# File 'lib/fox16/thread.rb', line 7 def initialize(appName="Application", vendorName="FoxDefault") # :yields: theApp end |