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

Lines Matching refs:panes

1227     panes. The panes can be arranged either vertically or horizontally.The
1228 user changes the sizes of the panes by dragging the resize handle
1229 between two panes.
1233 <panes> g/p widgets added dynamically with the add method."""
1238 # add delete forget panecget paneconfigure panes setsize
1263 def panes(self):
1264 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))