Method: Fox::FXApp#initialize_before_thread

Defined in:
lib/fox16/thread.rb

#initialize_before_threadFXApp

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:

Returns:

  • (FXApp)

    a new instance of FXApp



7
8
# File 'lib/fox16/thread.rb', line 7

def initialize(appName="Application", vendorName="FoxDefault") # :yields: theApp
end