Creating a grid in wx Erlang

356 views Asked by At

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.

1

There are 1 answers

0
Hamidreza Soleimani On

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.