예제 #1
0
파일: dialog.go 프로젝트: DaviWei/iup
func Hide(ih *Ihandle) int {
	return int(C.IupHide(ih.C()))
}
예제 #2
0
파일: handle.go 프로젝트: visualfc/go-iup
func (h *Handle) Hide() int {
	return int(C.IupHide(h.p))
}