Sha256: c931e9fd52bec34328e76ed6b49a52f2b57f6153e7572de8279339b135b31f0b
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
# Change Log ## 0.0.7 - Sizer addable support (e.g. supporting `growable_col(1, 1)`, using `add_growable_col(1, 1)` method in wxruby3 API) - Ability to nest sizers within sizers - Update samples/hello/hello_sizer.rb to use a `spacer` addable and nest `v_box_sizer` under `h_box_sizer` ## 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) ## 0.0.5 - Nested child control support - Listener support - `about_box` keyword for displaying an about dialog box - samples/glimmer_new/hello_button.rb - samples/glimmer_new/hello_button2.rb - Fix again the issue with complaining about not finding `frame` `app_name` when not specified despite it being optional ## 0.0.4 - Fix issue with complaining about not finding `frame` `app_name` when not specified despite it being optional ## 0.0.3 - Support control arguments and properties - girb (Glimmer IRB) - Use frame title argument in samples/minimal/nothing.rb - Support `app_name` argument/property on `frame` - Automatically set `app_name` to `frame` `title` if `frame` `app_name` is not specified - samples/glimmer_new/hello_world.rb - samples/glimmer_new/hello_world2.rb ## 0.0.2 - Remove forgotten occurrences of pd (puts_debuggerer) from code ## 0.0.1 - First alpha release of Glimmer DSL for WX for wxWidgets GUI Toolkit, using wxruby3 binding, and supporting "nothing" sample
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glimmer-dsl-wx-0.0.7 | CHANGELOG.md |