Table of Contents

Class: ScrolledFrame bkchem/Pmw.py
Base Classes   
MegaWidget
Methods   
__init__
_getxview
_getyview
_horizflex
_hscrollMode
_reposition
_scrollBothNow
_toggleHorizScrollbar
_toggleVertScrollbar
_vertflex
_vscrollMode
destroy
interior
reposition
xview
yview
  __init__ 
__init__ (
        self,
        parent=None,
        **kw,
        )

  _getxview 
_getxview ( self )

  _getyview 
_getyview ( self )

  _horizflex 
_horizflex ( self )

The horizontal flex mode has been configured.

Exceptions   
ValueError, message
  _hscrollMode 
_hscrollMode ( self )

The horizontal scroll mode has been configured.

Exceptions   
ValueError, message
  _reposition 
_reposition ( self,  event )

  _scrollBothNow 
_scrollBothNow ( self )

According to the relative geometries of the frame and the clipper, reposition the frame within the clipper and reset the scrollbars.

  _toggleHorizScrollbar 
_toggleHorizScrollbar ( self )

  _toggleVertScrollbar 
_toggleVertScrollbar ( self )

  _vertflex 
_vertflex ( self )

The vertical flex mode has been configured.

Exceptions   
ValueError, message
  _vscrollMode 
_vscrollMode ( self )

The vertical scroll mode has been configured.

Exceptions   
ValueError, message
  destroy 
destroy ( self )

  interior 
interior ( self )

  reposition 
reposition ( self )

Set timer to call real reposition method, so that it is not called multiple times when many things are reconfigured at the same time.

  xview 
xview (
        self,
        mode=None,
        value=None,
        units=None,
        )

Called when the user clicks in the horizontal scrollbar. Calculates new position of frame then calls reposition() to update the frame and the scrollbar.

  yview 
yview (
        self,
        mode=None,
        value=None,
        units=None,
        )

Called when the user clicks in the vertical scrollbar. Calculates new position of frame then calls reposition() to update the frame and the scrollbar.


Table of Contents

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