Example #1
0
func Show(ih *Ihandle) int {
	return int(C.IupShow(ih.C()))
}
Example #2
0
func (h *Handle) Show() int {
	return int(C.IupShow(h.p))
}