Table of Contents
Sash is a Frame that contains several horizontally spanning Pane's (see above). When any Pane changes in size, the Sash will handle the reconfiguration of the entire set of Panes.
__init__ ( self, master=None, orient=Tk.VERTICAL, cnf={}, **kw, )
addPane ( self, pane, where=-1, )
destroy ( self )
setVisible ( self, pane, flag, )