Lines Matching defs:destwin
2056 destwin: object(type="PyCursesWindowObject *", subclass_of="&PyCursesWindow_Type")
2068 Overlay the window on top of destwin.
2072 character does not overwrite the old contents of destwin.
2082 PyCursesWindowObject *destwin, int group_right_1,
2090 rtn = copywin(self->win, destwin->win, sminrow, smincol,
2095 rtn = overlay(self->win, destwin->win);
2103 destwin: object(type="PyCursesWindowObject *", subclass_of="&PyCursesWindow_Type")
2115 Overwrite the window on top of destwin.
2119 background character overwrites the old contents of destwin.
2129 PyCursesWindowObject *destwin,
2138 rtn = copywin(self->win, destwin->win, sminrow, smincol,
2143 rtn = overwrite(self->win, destwin->win);