Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:Grid

49 # A few useful constants for the Grid widget
253 def grid(self, xsize=0, ysize=0):
255 x = self.tk.call('tixForm', 'grid', self._w)
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
1791 class Grid(TixWidget, XView, YView):
1792 '''The Tix Grid command creates a new window and makes it into a
1797 A Grid widget displays its contents in a two dimensional grid of cells.
1960 class ScrolledGrid(Grid):
1961 '''Scrolled Grid widgets'''