Sha256: fc3a5063f20734428ceaa7db70c475445a8d056e5b1678f886e235edbb35e522

Contents?: true

Size: 141 Bytes

Versions: 9

Compression:

Stored size: 141 Bytes

Contents

#!/usr/bin/env ruby

require_relative '../lib/ffi-tk'

Tk.init

Tk::Button.new('.', text: 'Hello, World!') do
  Tk.exit
end.pack

Tk.mainloop

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ffi-tk-2010.08.23 example/hello.rb
ffi-tk-2010.08 example/hello.rb
ffi-tk-2010.06 example/hello.rb
ffi-tk-2010.03 example/hello.rb
ffi-tk-2010.02 example/hello.rb
ffi-tk-2010.01 example/hello.rb
ffi-tk-2010.01.02 example/hello.rb
ffi-tk-2009.12.14 example/hello.rb
ffi-tk-2009.11.29 example/hello.rb