tkxml.rb

Path: lib/facets/more/tkxml.rb
Last Update: Wed Apr 15 06:05:02 +0000 2009

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

Usage

xml_file = File.open("ui.xml") tkxml_instance = TkXML.new(xml_file) tkxml_instance.build

Required files

rexml/document   tk  

Included Modules

REXML

[Validate]