summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 004e9e8f68..9f6290952e 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -1833,6 +1833,10 @@ module Tk
code
end
+ def Tk.has_mainwindow?
+ INTERP.has_mainwindow?
+ end
+
def root
TkRoot.new
end
@@ -4195,7 +4199,7 @@ end
#Tk.freeze
module Tk
- RELEASE_DATE = '2005-07-19'.freeze
+ RELEASE_DATE = '2005-07-22'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'