[fxruby-users] method call question
chen li
chen_li3 at yahoo.com
Thu Oct 30 12:35:12 EDT 2008
Hi everyone,
I didn't put my modified codes in the pervious email. and here they are.
Li
#############
if __FILE__ == $0
FXApp.new do |app|
puts "app belongs to class: #{app.class}"
puts "FXApp has superclasss: #{FXApp.superclass}"
puts
hello=HelloWindow.new(app)
puts "hello belongs to class: #{hello.class}"
puts "HelloWindow has superclasss: #{HelloWindow.superclass}"
app.create
app.run
end
More information about the fxruby-users
mailing list