Lines Matching refs:ysize
250 def grid(self, xsize=0, ysize=0):251 if (not xsize) and (not ysize):258 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)