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

Lines Matching refs:pane

870         """Inserts a pane at the specified position.
884 pane."""
945 PANE OPTIONS
956 """Inserts a pane at the specified positions.
964 def pane(self, pane, option=None, **kw):
965 """Query or modify the options of the specified pane.
967 pane is either an integer index or the name of a managed subwindow.
968 If kw is not given, returns a dict of the pane option values. If
973 return _val_or_dict(kw, self.tk.call, self._w, "pane", pane)