= Glader

* http://www.lesismore.co.za
* http://www.freewebs.com/lesliev


== DESCRIPTION:

Glader is a tiny helper script that works with ruby-glade-create-template to create
a Ruby program that will show a Glade form. ruby-glade-create-template only creates
a class and doesn't actually show the window, and if you change that class subsequent
runs of the script will overwrite your changes.

Glader makes a main file that uses the class and extends it, so you can change your
glade file and regenerate it as often as you like, keeping code changes in the
main file.

ruby-glade-create-template is part of libglade2-ruby1.8 on my Ubuntu system.


== SYNOPSIS:

glader form.glade

creates:

form_glade.rb output of ruby-glade-create-template that will be regenerated
each time you change form.glade and rerun glader

form.rb main program that will only be created once by glader, to create
and show a form using form_glade.rb. This is the file that
you should edit to create your form's signal handlers, glader
will not overwrite it.


== REQUIREMENTS:

*Ubuntu packages*

libglade2-ruby1.8, libgtk2-ruby1.8, glade-3

*Websites*

http://ruby-gnome2.sourceforge.jp/

http://glade.gnome.org/
http://gladewin32.sourceforge.net/ (Windows)



== INSTALL:

sudo gem install glader


== LICENSE:

(The MIT License)

Copyright (c) 2008

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.