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