WxUtils
Exposes all of the macros associated with the erlang :wx modules via a :wx_const module.
Usage
iex> :wx_const.wxVERTICAL
8Installation
If available in Hex, the package can be installed as:
Add wx_utils to your list of dependencies in
mix.exs:def deps do
[{:wx_utils, "~> 0.0.1"}]end
Ensure wx_utils is started before your application:
def application do
[applications: [:wx_utils]]end