summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib')
-rw-r--r--ext/tk/lib/tkextlib/SUPPORT_STATUS3
-rw-r--r--ext/tk/lib/tkextlib/tile/style.rb4
2 files changed, 7 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/SUPPORT_STATUS b/ext/tk/lib/tkextlib/SUPPORT_STATUS
index 45af92b420..587af51bdb 100644
--- a/ext/tk/lib/tkextlib/SUPPORT_STATUS
+++ b/ext/tk/lib/tkextlib/SUPPORT_STATUS
@@ -1,6 +1,8 @@
[ current support status of Tcl/Tk extensions ]
+ *******<<< RELEASE_DATE of the libraries : 2005/06/16 >>>*******
+
The following list shows *CURRENT* status when this file was modifyed
at last. If you want to add other Tcl/Tk extensions to the planed list
(or change its status position), please request them at the ruby-talk,
@@ -178,6 +180,7 @@ Mk4tcl *** http://www.equi4.com/metakit/tcl.html
Memchan *** http://memchan.sourceforge.net/
+XOTcl *** http://www.xotcl.org/
===< tool (may not supprt) >==================================================
diff --git a/ext/tk/lib/tkextlib/tile/style.rb b/ext/tk/lib/tkextlib/tile/style.rb
index 99b2fd0e72..4245d315f8 100644
--- a/ext/tk/lib/tkextlib/tile/style.rb
+++ b/ext/tk/lib/tkextlib/tile/style.rb
@@ -67,6 +67,10 @@ class << Tk::Tile::Style
list(tk_call('style', 'element', 'names'))
end
+ def element_options(elem)
+ simplelist(tk_call('style', 'element', 'options', elem))
+ end
+
def theme_create(name, keys=nil)
if keys && keys != None
tk_call('style', 'theme', 'create', name, *hash_kv(keys))