예제 #1
0
파일: pplot.go 프로젝트: DaviWei/iup
func End(ih *iup.Ihandle) {
	C.IupPPlotEnd(ih.C())
}
예제 #2
0
파일: iuppplot.go 프로젝트: visualfc/go-iup
func (h *IupPPlot) End() {
	C.IupPPlotEnd(toNative(h))
}