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.32.pre2-x86-mingw32 examples/hello.rb
fxruby-1.6.32.pre2 examples/hello.rb
fxruby-1.6.32.pre1 examples/hello.rb
fxruby-1.6.32.pre1-x86-mingw32 examples/hello.rb
fxruby-1.6.32.pre1-x64-mingw32 examples/hello.rb
fxruby-1.6.31-x64-mingw32 examples/hello.rb
fxruby-1.6.31-x86-mingw32 examples/hello.rb
fxruby-1.6.31 examples/hello.rb
fxruby-1.6.30-x86-mingw32 examples/hello.rb
fxruby-1.6.30-x64-mingw32 examples/hello.rb
fxruby-1.6.30 examples/hello.rb
fxruby-1.6.29-x86-mingw32 examples/hello.rb
fxruby-1.6.29-x64-mingw32 examples/hello.rb
fxruby-1.6.29 examples/hello.rb
fxruby-1.6.28-x86-mingw32 examples/hello.rb
fxruby-1.6.28-x64-mingw32 examples/hello.rb
fxruby-1.6.28 examples/hello.rb
fxruby-1.6.27-x86-mingw32 examples/hello.rb
fxruby-1.6.27-x64-mingw32 examples/hello.rb
fxruby-1.6.27 examples/hello.rb