Glimmer DSL for WX 0.0.6 has been released! It now supports all layout sizers (like VBoxSizer, which is `v_box_sizer` in Glimmer DSL syntax), and includes a new sample (`samples/hello/hello_sizer.rb`). Sizer child controls can specify their own `sizer_args` declaratively within their bodies.

GitHub: https://github.com/AndyObtiva/glimmer-dsl-wx

Ruby Gem: https://rubygems.org/gems/glimmer-dsl-wx

Change Log:

0.0.6:

- Sizer (layout) support
- samples/hello/hello_sizer.rb
- Refactor/move glimmer_new samples to hello directory
- Fix ControlProxy#frame_proxy method, which grabs the parent frame (going all the way to the top of the hierarchy)