예제 #1
0
 public int setscrreg(int top, int bot)
 {
     return(Curses.wsetscrreg(Handle, top, bot));
 }