[erlang-questions] wxErlang question 4

Joe Armstrong erlang@REDACTED
Tue Jul 11 09:48:36 CEST 2017


Wow - lot's of code for me to stare at - thanks

A couple of questions:

1) I downloaded the gx project and saw that there had been no
    commits since Jul 13 2014 - is this totally dead?

2) How do I run your gx code? - what's a top level command to create a window???

Cheers

/Joe


On Tue, Jul 11, 2017 at 1:07 AM, Steve Davis
<steven.charles.davis@REDACTED> wrote:
> 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.
>
> 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).
>
> https://github.com/komone/gx/blob/master/src/ui/gx_ui_sizer.erl
>
> https://github.com/komone/gx/blob/master/src/ui/gx_ui_control.erl
>
> https://github.com/komone/gx/blob/master/src/ui/gx_ui_button.erl
>
>



More information about the erlang-questions mailing list