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.22.pre2-x86-mingw32 examples/hello.rb
fxruby-1.6.22.pre2 examples/hello.rb
fxrubi-1.6.22.pre1-x86-mingw32 examples/hello.rb
fxrubi-1.6.22.pre1 examples/hello.rb
fxruby-1.6.20-x86-mingw32 examples/hello.rb
fxruby-1.6.20-x86-linux examples/hello.rb
fxruby-1.6.20 examples/hello.rb
fxruby-1.6.20-universal-darwin-10 examples/hello.rb
fxruby-1.6.19-x86-mingw32 examples/hello.rb
fxruby-1.6.14-mswin32 examples/hello.rb
fxruby-1.6.13-mswin32 examples/hello.rb
fxruby-1.6.0 examples/hello.rb
fxruby-1.6.1 examples/hello.rb
fxruby-1.6.11 examples/hello.rb
fxruby-1.6.10 examples/hello.rb
fxruby-1.6.12 examples/hello.rb
fxruby-1.6.13 examples/hello.rb
fxruby-1.6.14-universal-darwin-9 examples/hello.rb
fxruby-1.6.14 examples/hello.rb
fxruby-1.6.15-universal-darwin-9 examples/hello.rb