Releases: chriskiehl/re-wx
Releases · chriskiehl/re-wx
RE-WX 0.0.08 Released!
Now with more:
- Bug fixes and functionality patches!
- Expanded test suite!
on_click
support for StaticBitmap (via @ronny-rentner)!- Better Listbox support!
- Auto-scaling for StaticBitmaps based on the 'size' prop!
- Notebook support and custom child APIs!
RE-WX 0.0.07 Released!
Now with more:
- unit tests!
- support for construction time vs instance time
style
args
RE-WX 0.0.05 Released!
Minor bump for better wx.Frame
support. Layout()
now called on first render.
RE-WX 0.0.04 Released!
Bug fixes for wx.Gauge.
RE-WX 0.0.3 Released!
Minor release adding
- RichTextCtrl
- HtmlWindow
- WebView
and fixing:
- bug where the construction time usage of
style
was passed to the instance time usage ofstyle
causingTextCtrl
to explode.
re-wx 0.0.2
RE-WX 0.0.2 Released!
This is the initial alpha release of re-wx! It's a bit rough around the edges, but it has enough moving pieces to start building real-world applications.
Checkout the docs for more info.