[erlang-questions] wxErlang question 2
Joe Armstrong
erlang@REDACTED
Sat Jul 1 17:19:50 CEST 2017
Hello.
I want to make a very simple graphics example in wxErlang.
I want to make a "window" containing a rectangle
I think this can be made from
- a window containing
- a canvas containing
- a rectangle
(or should the window contain a graphicsContext????)
Nothing else - this should *not* use the wx_object behaviour but the
raw wx interface.
I want to understand one thing at a time and not use abstractions layered on top
of the raw interfaces
Cheers
/Joe
More information about the erlang-questions
mailing list