Table of Contents

Class: Sash CGLtk/Sash.py

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.

Base Classes   
Tk.Frame
Methods   
__init__
addPane
destroy
setVisible
  __init__ 
__init__ (
        self,
        master=None,
        orient=Tk.VERTICAL,
        cnf={},
        **kw,
        )

Exceptions   
ValueError, 'unknown orientation'
  addPane 
addPane (
        self,
        pane,
        where=-1,
        )

  destroy 
destroy ( self )

  setVisible 
setVisible (
        self,
        pane,
        flag,
        )


Table of Contents

This document was automatically generated on Wed Mar 26 19:02:01 2003 by HappyDoc version 2.1