-1

I am trying to create an interface with Erlang. I want to use the wx grid module but cannot find anywhere to learn how exactly to start using this module.

love4code
  • 31
  • 2

1 Answers1

1

With a simple google search you can find its official documentation:

Also you can open an Erlang shell and type wx:demo(). It opens a graphical window with lots of examples, including buttons, canvas, grids and etc which shows you the code as well as its graphical results.

Hamidreza Soleimani
  • 2,504
  • 16
  • 19