nimgtkdsl:Nimrod lang中的gtk的dsl

时间:2024-05-23 14:52:22
【文件属性】:

文件名称:nimgtkdsl:Nimrod lang中的gtk的dsl

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-23 14:52:22

Nim

GTK_DSL 用于构建简单的GUI nim应用程序的DSL。 基于gtk。 从现在开始,只有Button,Label,DrawingArea,V / HBox 原理 窗户 通过对字符串应用命令来创建窗口...该字符串成为窗口的标题: include gtk_dsl "title of window" . gtk_app ( 200 , 230 ): # 200,300 : minimum width/heigth of the window .... descibe the containt of the window 堆 垂直放置堆栈小部件: "title of window" . gtk_app ( 200 , 230 ): # 200,300 : minimum width/heigth of the window stack: label "A "


【文件预览】:
nimgtkdsl-master
----prime.nim(4KB)
----gtk_dsl.nim(5KB)
----gol.nim(3KB)
----nuimgtk.nim(739B)
----README.md(2KB)

网友评论