[ANN] wxRuby 0.4.0 has been released!

wxRuby 0.4.0 has been released and is now available for download from
RubyForge at http://wxruby.rubyforge.org/ . This release includes binary
builds for Max OS X Panther and MS Windows.

Please report any bugs or feature requests here:

   http://rubyforge.org/tracker/?group_id=35

Changes in this release include:
* Many bugs were fixed.
* Added grid sample program.
* Windows binary now includes shortcuts for
  all sample programs.

See the ChangeLog for a detailed list of changes.

···

--------------

What is wxRuby?

wxRuby is an open source GUI toolkit for the Ruby programming
language. It provides a Ruby interface to the cross-platform
wxWidgets C++ GUI framework (formerly known as wxWindows).
wxRuby is intended to dramatically extend Ruby's usefulness in
rapid prototyping and general UI development.

wxWidgets is a mature, cross-platform GUI toolkit that uses native
GUI widgets. This means that wxRuby applications can integrate
seamlessly on each supported platform, and can behave like the
user expects.

Curt