Exemple #1
0
func End(ih *iup.Ihandle) {
	C.IupPPlotEnd(ih.C())
}
Exemple #2
0
func (h *IupPPlot) End() {
	C.IupPPlotEnd(toNative(h))
}