2 Star 0 Fork 0

scpro/gotk3

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gtk_export_since_3_16.go 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
英杰 提交于 2021-12-13 10:33 +08:00 . 升级代码
// Same copyright and license as the rest of the files in this project
// +build !gtk_3_6,!gtk_3_8,!gtk_3_10,!gtk_3_12,!gtk_3_14
package gtk
// #include <gtk/gtk.h>
import "C"
import "gitee.com/scpro/gotk3/internal/callback"
//export goListBoxCreateWidgetFuncs
func goListBoxCreateWidgetFuncs(item, userData C.gpointer) {
fn := callback.Get(uintptr(userData)).(ListBoxCreateWidgetFunc)
fn(uintptr(item))
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scpro/gotk3.git
git@gitee.com:scpro/gotk3.git
scpro
gotk3
gotk3
v1.0.1

搜索帮助