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.48 examples/hello.rb
fxruby-1.6.48-x64-mingw32 examples/hello.rb
fxruby-1.6.48-x64-mingw-ucrt examples/hello.rb
fxruby-1.6.48-x86-mingw32 examples/hello.rb
fxruby-1.6.47 examples/hello.rb
fxruby-1.6.47-x64-mingw-ucrt examples/hello.rb
fxruby-1.6.47-x64-mingw32 examples/hello.rb
fxruby-1.6.47-x86-mingw32 examples/hello.rb
fxruby-1.6.46 examples/hello.rb
fxruby-1.6.46-x64-mingw32 examples/hello.rb
fxruby-1.6.46-x64-mingw-ucrt examples/hello.rb
fxruby-1.6.46-x86-mingw32 examples/hello.rb
fxruby-1.6.45 examples/hello.rb
fxruby-1.6.45-x64-mingw32 examples/hello.rb
fxruby-1.6.45-x64-mingw-ucrt examples/hello.rb
fxruby-1.6.45-x86-mingw32 examples/hello.rb
fxruby-1.6.44 examples/hello.rb
fxruby-1.6.44-x64-mingw32 examples/hello.rb
fxruby-1.6.44-x86-mingw32 examples/hello.rb
fxruby-1.6.43 examples/hello.rb