Sha256: 2b88d535b600dbc0f90d9063082c4891fe0b72551b9f77e91b0a9987c589a8b4

Contents?: true

Size: 300 Bytes

Versions: 142

Compression:

Stored size: 300 Bytes

Contents

#!/usr/bin/env ruby

require 'fox16'

include Fox

application = FXApp.new("Hello", "FoxTest")
main = FXMainWindow.new(application, "Hello", nil, nil, DECOR_ALL)
FXButton.new(main, "&Hello, World!", nil, application, FXApp::ID_QUIT)
application.create()
main.show(PLACEMENT_SCREEN)
application.run()

Version data entries

142 entries across 142 versions & 2 rubygems

Version Path
fxruby-1.6.15-x86-mswin32-60 examples/hello.rb
fxruby-1.6.15 examples/hello.rb
fxruby-1.6.16-universal-darwin-9 examples/hello.rb
fxruby-1.6.16-x86-mswin32-60 examples/hello.rb
fxruby-1.6.17-universal-darwin-9 examples/hello.rb
fxruby-1.6.16 examples/hello.rb
fxruby-1.6.17-x86-mswin32-60 examples/hello.rb
fxruby-1.6.17 examples/hello.rb
fxruby-1.6.18-universal-darwin-9 examples/hello.rb
fxruby-1.6.18 examples/hello.rb
fxruby-1.6.19-universal-darwin-9 examples/hello.rb
fxruby-1.6.18-x86-mswin32-60 examples/hello.rb
fxruby-1.6.19-x86-mswin32-60 examples/hello.rb
fxruby-1.6.19 examples/hello.rb
fxruby-1.6.2 examples/hello.rb
fxruby-1.6.3 examples/hello.rb
fxruby-1.6.4 examples/hello.rb
fxruby-1.6.5 examples/hello.rb
fxruby-1.6.6 examples/hello.rb
fxruby-1.6.7 examples/hello.rb