Lines Matching refs:begin_x
384 newwin(nlines, ncols, begin_y, begin_x)
386 Return a new window, whose left-upper corner is at ``(begin_y, begin_x)``, and
826 .. method:: window.derwin(begin_y, begin_x)
827 window.derwin(nlines, ncols, begin_y, begin_x)
830 :meth:`subwin`, except that *begin_y* and *begin_x* are relative to the origin
1154 .. method:: window.subpad(begin_y, begin_x)
1155 window.subpad(nlines, ncols, begin_y, begin_x)
1157 Return a sub-window, whose upper-left corner is at ``(begin_y, begin_x)``, and
1161 .. method:: window.subwin(begin_y, begin_x)
1162 window.subwin(nlines, ncols, begin_y, begin_x)
1164 Return a sub-window, whose upper-left corner is at ``(begin_y, begin_x)``, and