Exemplo n.º 1
0
func (window *Window) Setscrreg(top, bot int) {
	C.wsetscrreg(window.cwin, C.int(top), C.int(bot))
}
Exemplo n.º 2
0
func (win *Window) Setscrreg(top, bot int) {
	C.wsetscrreg((*C.WINDOW)(win), C.int(top), C.int(bot))
}