Lines Matching full:startx
1849 startx=_CFG["leftright"], starty=_CFG["topbottom"])1859 :param startx: if positive, starting position in pixels from the left1868 >>> screen.setup (width=200, height=200, startx=0, starty=0)1870 >>> screen.setup(width=.75, height=0.5, startx=None, starty=None)