Lines Matching refs:pane
873 """Inserts a pane at the specified position.
887 pane."""
948 PANE OPTIONS
959 """Inserts a pane at the specified positions.
967 def pane(self, pane, option=None, **kw):
968 """Query or modify the options of the specified pane.
970 pane is either an integer index or the name of a managed subwindow.
971 If kw is not given, returns a dict of the pane option values. If
976 return _val_or_dict(self.tk, kw, self._w, "pane", pane)