GVCL:像Delphi VCL一样的Golang Windows GUI绑定

时间:2024-05-24 04:48:26
【文件属性】:

文件名称:GVCL:像Delphi VCL一样的Golang Windows GUI绑定

文件大小:14.48MB

文件格式:ZIP

更新时间:2024-05-24 04:48:26

golang gui Go

GVCL Golang Windows GUI Bindings Like Delphi VCL Windows的GUI界面Go语言封装,目标是实现一个类似Delphi VCL版本效果的界面库 使用方法 msgbox.go type GForm1 struct { controls.GForm Button1 *controls.GButton Edit1 *controls.GEdit } func NewForm1(app *controls.WApplication)*GForm1{ frm := new(GForm1) frm.SubInit() frm.Button1 = controls.NewButton(frm) frm.Button1.SetWidth(80) frm.Button1.SetHeight(30) frm.Button1.SetLeft(f


【文件预览】:
GVCL-master
----.gitignore(649B)
----go.mod(850B)
----Graphics()
--------canvas.go(4KB)
--------baseobj.go(3KB)
--------GraphicsCore.go(18KB)
--------bitmap.go(20KB)
----README.md(5KB)
----Components()
--------NVisbleControls()
--------Controls()
--------componentCore.go(4KB)
--------DxControls()
----WinApi()
--------kernel32.go(89KB)
--------mpr.go(5KB)
--------version.go(4KB)
--------opengl32.go(2KB)
--------msimg32.go(543B)
--------WindowsConsts.go(379KB)
--------gdi32.go(43KB)
--------shellapi.go(2KB)
--------wtsapi32.go(514B)
--------wintrust.go(508B)
--------advapi32.go(29KB)
--------comctl32.go(4KB)
--------WinStructs.go(11KB)
--------user32.go(88KB)
--------winsock2.go(4KB)
--------message.go(18KB)
----.gitattributes(378B)
----test()
--------msgbox.go(9KB)
--------PngUi.go(2KB)
--------projectFilesBackup()
--------msgbox.exe.manifest(548B)
--------msgbox.syso(574KB)
--------dota.ico(4KB)
--------msgbox.manifest(548B)
--------buildrc.bat(389B)
--------Dota2.ico(4KB)
--------GVCL.png(29KB)
--------testDraw.go(6KB)

网友评论