diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-01 16:09:54 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-01 16:09:54 +0000 |
| commit | 4ae99a8896f7ac00dec7e2c86183d4015a3a8477 (patch) | |
| tree | 795f5cae59103ce5b7fc91cfd3d706ee7a746ba2 /ext/tk/lib/tkconsole.rb | |
| parent | d3cab53eace4568630df26c4e2c055f780a9f8ae (diff) | |
| download | ruby-4ae99a8896f7ac00dec7e2c86183d4015a3a8477.tar.gz ruby-4ae99a8896f7ac00dec7e2c86183d4015a3a8477.tar.xz ruby-4ae99a8896f7ac00dec7e2c86183d4015a3a8477.zip | |
* renewal Ruby/Tk
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkconsole.rb')
| -rw-r--r-- | ext/tk/lib/tkconsole.rb | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/ext/tk/lib/tkconsole.rb b/ext/tk/lib/tkconsole.rb index d97df159f..9960ddb8a 100644 --- a/ext/tk/lib/tkconsole.rb +++ b/ext/tk/lib/tkconsole.rb @@ -1,28 +1,4 @@ # -# tkconsole.rb : control the console on system without a real console +# tkconsole.rb - load tk/console.rb # -require 'tk' - -module TkConsole - include Tk - extend Tk - - TkCommandNames = ['console'.freeze].freeze - - def self.title(str=None) - tk_call 'console', str - end - def self.hide - tk_call 'console', 'hide' - end - def self.show - tk_call 'console', 'show' - end - def self.eval(tcl_script) - # - # supports a Tcl script only - # I have no idea to support a Ruby script seamlessly. - # - tk_call 'console', 'eval', tcl_script - end -end +require 'tk/console' |
