<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Sizers are crazy. A while back I had a decent go at making a hand-written version of wx interfacing directly to the erlang driver and trying to make it sensible as an API like GS. I think it should still work.<div class=""><br class=""></div><div class="">The following code was the result of a lot of reading the WxWidgets C++ API docs and translating into what I felt was sensible to get to a single interface module that resembled GS (i.e the module gx.erl).<br class=""><div class=""><br class=""></div><div class=""><a href="https://github.com/komone/gx/blob/master/src/ui/gx_ui_sizer.erl" class="">https://github.com/komone/gx/blob/master/src/ui/gx_ui_sizer.erl</a></div><div class=""><br class=""></div><div class=""><a href="https://github.com/komone/gx/blob/master/src/ui/gx_ui_control.erl" class="">https://github.com/komone/gx/blob/master/src/ui/gx_ui_control.erl</a></div><div class=""><br class=""></div><div class=""><a href="https://github.com/komone/gx/blob/master/src/ui/gx_ui_button.erl" class="">https://github.com/komone/gx/blob/master/src/ui/gx_ui_button.erl</a></div><div class=""><br class=""></div></div><div class=""><br class=""></div></body></html>