Posted By: Greg Millam
Date: 2004-05-15 12:49
Summary: EzGtk 2.0 released
Project: EzGtk Easy GTK interface writing
EzGtk (2.0) release is now available for download. EzGtk is a GUI design layer built on top of ruby-gtk2, and utilizing many of Ruby's handy features to provide a quick and easy markup method for GUIs, while still losing none of the power or Flexibility that Gtk provides.
New features include: Sliders (scales), panes, tooltips, and a lot more complete function implementation.
The 2.0 release features a complete core redesign of EzGtk, and contains a few incompatabilities with the 1.0 design. (Hey, we did say it would change as we refined the idea more!) In 2.0, every single Gtk object can be modified in an EzGtk style, even if it does not exist as an EzGtk method yet. 2.0 also provides inheritance, a stronger signal connection method (so when a button is clicked, the context is for that button), and overall a decidedly stronger and more flexible core. |
|