Path: | lib/facets/more/tkxml.rb |
Last Update: | Sat Dec 15 01:55:12 +0000 2007 |
TkXML by Thomas Sawyer (transami@runbox.com) version April 2002 - Alpha (2.04a) A combination of Ruby/Tk + REXML to allow for fast and easy creation of Tk interfaces using standard XML
xml_file = File.open("ui.xml") tkxml_instance = TkXML.new(xml_file) tkxml_instance.build