seagull:基于 wxErlang 的 Elixir 语言的简单 GUI 库

时间:2024-06-28 15:28:02
【文件属性】:

文件名称:seagull:基于 wxErlang 的 Elixir 语言的简单 GUI 库

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-28 15:28:02

Elixir

海鸥 基于 wxErlang 的 Elixir 语言的简单 GUI 库。 例子 一键式窗口 defmodule A do import Widget def start() do f=frame id: :main_frame, title: "Frame title" do button id: :button end WindowProcess.spawn_gui f end end 带有两个按钮的窗口 defmodule B do import Widget def start() do f=frame id: :main_frame do box :vertical do button id: :button1, label: "First Button" button


【文件预览】:
seagull-master
----mix.exs(370B)
----lib()
--------window_process.ex(2KB)
--------event()
--------event.ex(2KB)
--------demo()
--------README.md(954B)
--------widget.ex(4KB)
--------window_process()
--------seagull.ex(3KB)
--------constant.ex(1KB)
--------compiler()
--------compiler.ex(2KB)
----README.md(2KB)
----.gitignore(35B)

网友评论