78 Star 308 Fork 54

不在乎y / govcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
formdef.go 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
//----------------------------------------
//
// Copyright © ying32. All Rights Reserved.
//
// Licensed under Apache License 2.0
//
//----------------------------------------
package api
func Form_Create2(owner uintptr, initScale bool) uintptr {
ret, _, _ := form_Create2.Call(owner, GoBoolToDBool(initScale))
return ret
}
func Form_SetOnWndProc(obj uintptr, fn interface{}) {
form_SetOnWndProc.Call(obj, addMessageEventToMap(obj, fn))
}
func Form_SetGoPtr(obj uintptr, ptr uintptr) {
form_SetGoPtr.Call(obj, ptr)
}
Go
1
https://gitee.com/ying32/govcl.git
git@gitee.com:ying32/govcl.git
ying32
govcl
govcl
v2.2.0

搜索帮助