Glimmer DSL for WX 0.1.0 (glimmer-dsl-wx Ruby gem) has been released! It is the newest desktop development Glimmer GUI DSL, supporting the very mature platform-independent native widget toolkit: wxWidgets. It now includes support for Unidirectional and Bidirectional Data-Binding!
GitHub project: GitHub - AndyObtiva/glimmer-dsl-wx: Glimmer DSL for WX - Ruby Desktop Development GUI Library for the wxWidgets GUI toolkit and wxruby3 binding
Ruby gem: glimmer-dsl-wx | RubyGems.org | your community gem host
Change Log
0.1.0
- Upgrade to wxruby3 1.0.0
- Upgrade to glimmer 2.7.7
- Support control operations (methods) in the DSL
- Improve detection of property setter methods on controls when invoking from DSL
- Support property unidirectional data-binding for all controls
- Support property bidirectional data-binding for text_ctrl
- Support property bidirectional data-binding for spin_ctrl
- Support property bidirectional data-binding for spin_ctrl_double
- Support property bidirectional data-binding for slider
- Hello, Data-Binding! Sample