Sha256: 3be4aeaefbdb1b730a1be274b1d9b06505e056f5caf718f220600613d49b170d
Contents?: true
Size: 310 Bytes
Versions: 28
Compression:
Stored size: 310 Bytes
Contents
#!/usr/bin/ruby # hellotk.rb - sample for Ruby/TK # # Copyright (C) 2004 Masao Mutoh # This file is distributed under the same license as Ruby-GetText-Package. require 'gettext' require 'tk' include GetText bindtextdomain("hellotk", "locale") TkLabel.new { text _("hello, tk world") pack } Tk.mainloop
Version data entries
28 entries across 28 versions & 1 rubygems