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.26-x86-mingw32 examples/hello.rb
fxruby-1.6.26 examples/hello.rb
fxruby-1.6.26.pre1-x86-mingw32 examples/hello.rb
fxruby-1.6.26.pre1 examples/hello.rb
fxruby-1.6.25-x86-mingw32 examples/hello.rb
fxruby-1.6.25 examples/hello.rb
fxruby-1.6.25.pre2-x86-mingw32 examples/hello.rb
fxruby-1.6.25.pre2 examples/hello.rb
fxruby-1.6.25.pre1-x86-mingw32 examples/hello.rb
fxruby-1.6.25.pre1 examples/hello.rb
fxruby-1.6.24-x86-mingw32 examples/hello.rb
fxruby-1.6.24 examples/hello.rb
fxruby-1.6.23-x86-mingw32 examples/hello.rb
fxruby-1.6.23 examples/hello.rb
fxruby-1.6.22-x86-mingw32 examples/hello.rb
fxruby-1.6.22 examples/hello.rb
fxruby-1.6.22.pre4-x86-mingw32 examples/hello.rb
fxruby-1.6.22.pre4 examples/hello.rb
fxruby-1.6.22.pre3-x86-mingw32 examples/hello.rb
fxruby-1.6.22.pre3 examples/hello.rb