Example #1
0
func closeWindow(id uintptr) {
	uic <- uiClosure{
		f: func() uintptr {
			C.doCloseWindow(C.uintptr_t(id))
			return 0
		},
	}
}
Example #2
0
func closeWindow(id uintptr) {
	C.doCloseWindow(C.uintptr_t(id))
}