/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 366 self._canvas = TK.Canvas(master, width=width, height=height, 368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview, 370 self.vscroll = TK.Scrollbar(master, command=self._canvas.yview) 371 self._canvas.configure(xscrollcommand=self.hscroll.set, 375 self._canvas.grid(padx=1, in_ = self, pady=1, row=0, 392 self._canvas.config(bg=bg, 395 self._canvas.xview_moveto(0.5*(self.canvwidth - self.width + 30) / 397 self._canvas.yview_moveto(0.5*(self.canvheight- self.height + 30) / 405 cwidth = self._canvas.winfo_width() 406 cheight = self._canvas.winfo_height( 3558 _canvas = None variable in class:_Screen [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 366 self._canvas = TK.Canvas(master, width=width, height=height, 368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview, 370 self.vscroll = TK.Scrollbar(master, command=self._canvas.yview) 371 self._canvas.configure(xscrollcommand=self.hscroll.set, 375 self._canvas.grid(padx=1, in_ = self, pady=1, row=0, 392 self._canvas.config(bg=bg, 395 self._canvas.xview_moveto(0.5*(self.canvwidth - self.width + 30) / 397 self._canvas.yview_moveto(0.5*(self.canvheight- self.height + 30) / 405 cwidth = self._canvas.winfo_width() 406 cheight = self._canvas.winfo_height( 3558 _canvas = None variable in class:_Screen [all...] |