EzGtk - A brief overview
EzGtk - An abstract layer of methods and blocks that sit on top of
ruby-gtk2. It is an effort to provide a simple GUI definition helper for
programmers to quickly and easily define GUIs without losing the
flexibility provided by direct access to Gtk::* widgets.
In this example, we make
the first thing every "how to" web site shows visiting comers how
to do: The fabulous HelloWorld!
A quaint little game that
demonstrates the use of EzGtk.in_context, as well as a more thorough,
in-depth demonstration of manipulating Gtk objects with EzGtk syntax.
|