Lines Matching defs:pane
845 """Inserts a pane at the specified position.
859 pane."""
931 """Inserts a pane at the specified positions.
939 def pane(self, pane, option=None, **kw):
940 """Query or modify the options of the specified pane.
942 pane is either an integer index or the name of a managed subwindow.
943 If kw is not given, returns a dict of the pane option values. If
948 return _val_or_dict(self.tk, kw, self._w, "pane", pane)