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

Lines Matching defs:COLUMN

1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
52 COLUMN = 'column'
897 return self.tk.call(self._w, 'column', 'width', col, width)
899 return self.tk.call(self._w, 'column', 'width', col,
1840 If to is not provided, delete only column at from_"""
1842 self.tk.call(self, 'delete', 'column', from_)
1844 self.tk.call(self, 'delete', 'column', from_, to)
1880 self.tk.call(self, 'move', 'column', from_, to, offset)
1905 """Queries or sets the size of the column given by
1907 integer that gives the position of a given column.
1911 containing the current size setting of the given column. When
1913 size setting of the given column are changed. Options may be one
1916 Specifies the paddings to the left of a column.
1918 Specifies the paddings to the right of a column.
1920 Specifies the width of a column. Val may be:
1921 "auto" -- the width of the column is set to the
1922 width of the widest cell in the column;
1925 (e.g. 3.4chars) that sets the width of the column to the
1927 return self.tk.split(self.tk.call(self._w, 'size', 'column', index,