= TkXML An XML markup lanaguage for generating Tk user-interfaces. It was inspired by GTK's glade format. The TkXML format defines a very simple one-to-one correlatation to the Ruby Tk API. == Usage Here's an +example.xml+ TkXML file: To use the library: require 'tkxml' tkxml = TkXML.new(File.read('example.xml')) tkxml.build == STATUS At ths point, TkXML is little more than an interesting expirement in encoding GUIs via markup. But it certainly has the potential of becoming a productive tool if someone were inclined to further it's development. == COPYING Copyright (c) 2002 Thomas Sawyer Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.