Lines Matching refs:pane
877 """Inserts a pane at the specified position.
891 pane."""
952 PANE OPTIONS
963 """Inserts a pane at the specified positions.
971 def pane(self, pane, option=None, **kw):
972 """Query or modify the options of the specified pane.
974 pane is either an integer index or the name of a managed subwindow.
975 If kw is not given, returns a dict of the pane option values. If
980 return _val_or_dict(self.tk, kw, self._w, "pane", pane)