func (h *Handle) GetName() string { return FromCS(C.IupGetName(h.p)) }
func GetName(h IHandle) string { return FromCS(C.IupGetName(toNative(h))) }