Table of Contents

Class: ScrolledCanvas bkchem/Pmw.py
Base Classes   
MegaWidget
Methods   
__init__
_configureScrollCommands
_hscrollMode
_scrollBothLater
_scrollBothNow
_scrollXNow
_scrollYNow
_setRegion
_toggleHorizScrollbar
_toggleVertScrollbar
_vscrollMode
bbox
destroy
interior
resizescrollregion
  __init__ 
__init__ (
        self,
        parent=None,
        **kw,
        )

  _configureScrollCommands 
_configureScrollCommands ( self )

If both scrollmodes are not dynamic we can save a lot of time by not having to create an idle job to handle the scroll commands.

  _hscrollMode 
_hscrollMode ( self )

The horizontal scroll mode has been configured.

Exceptions   
ValueError, message
  _scrollBothLater 
_scrollBothLater (
        self,
        first,
        last,
        )

Called by the canvas to set the horizontal or vertical scrollbar when it has scrolled or changed scrollregion.

  _scrollBothNow 
_scrollBothNow ( self )

  _scrollXNow 
_scrollXNow (
        self,
        first,
        last,
        )

  _scrollYNow 
_scrollYNow (
        self,
        first,
        last,
        )

  _setRegion 
_setRegion ( self )

  _toggleHorizScrollbar 
_toggleHorizScrollbar ( self )

  _toggleVertScrollbar 
_toggleVertScrollbar ( self )

  _vscrollMode 
_vscrollMode ( self )

The vertical scroll mode has been configured.

Exceptions   
ValueError, message
  bbox 
bbox ( self,  *args )

Need to explicitly forward this to override the stupid (grid_)bbox method inherited from Tkinter.Frame.Grid.

  destroy 
destroy ( self )

  interior 
interior ( self )

  resizescrollregion 
resizescrollregion ( self )


Table of Contents

This document was automatically generated on Wed Jun 1 11:05:30 2005 by HappyDoc version 2.1