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

Lines Matching defs:heading

1241     def heading(self, column, option=None, **kw):
1242 """Query or modify the heading options for the specified column.
1244 If kw is not given, returns a dict of the heading option values. If
1250 The text to display in the column heading
1253 heading
1255 Specifies how the heading text should be aligned. One of
1258 A callback to be invoked when the heading label is
1261 To configure the tree column heading, call this with column = "#0" """
1270 return _val_or_dict(kw, self.tk.call, self._w, 'heading', column)
1295 heading: Tree heading area.