func (window *Window) Setscrreg(top, bot int) { C.wsetscrreg(window.cwin, C.int(top), C.int(bot)) }
func (win *Window) Setscrreg(top, bot int) { C.wsetscrreg((*C.WINDOW)(win), C.int(top), C.int(bot)) }