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