Lines Matching defs:heading
1245 def heading(self, column, option=None, **kw):
1246 """Query or modify the heading options for the specified column.
1248 If kw is not given, returns a dict of the heading option values. If
1254 The text to display in the column heading
1257 heading
1259 Specifies how the heading text should be aligned. One of
1262 A callback to be invoked when the heading label is
1265 To configure the tree column heading, call this with column = "#0" """
1274 return _val_or_dict(self.tk, kw, self._w, 'heading', column)
1299 heading: Tree heading area.