示例#1
0
func (window *Window) Setscrreg(top, bot int) {
	C.wsetscrreg(window.cwin, C.int(top), C.int(bot))
}
示例#2
0
func (win *Window) Setscrreg(top, bot int) {
	C.wsetscrreg((*C.WINDOW)(win), C.int(top), C.int(bot))
}