Exemplo n.º 1
0
Arquivo: pplot.go Projeto: DaviWei/iup
func Begin(ih *iup.Ihandle, strXdata int) {
	C.IupPPlotBegin(ih.C(), C.int(strXdata))
}
Exemplo n.º 2
0
func (h *IupPPlot) Begin(strXdata int) {
	C.IupPPlotBegin(toNative(h), C.int(strXdata))
}