Table of Contents

Class: ScrolledText bkchem/Pmw.py
Base Classes   
MegaWidget
Methods   
__init__
_columnheaderscrolled
_configureScrollCommands
_hscrollMode
_rowheaderscrolled
_scrollBothLater
_scrollBothNow
_scrollXNow
_scrollYNow
_toggleHorizScrollbar
_toggleVertScrollbar
_vscrollMode
appendtext
bbox
clear
destroy
exportfile
get
getvalue
importfile
settext
setvalue
  __init__ 
__init__ (
        self,
        parent=None,
        **kw,
        )

  _columnheaderscrolled 
_columnheaderscrolled (
        self,
        first,
        last,
        )

  _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
  _rowheaderscrolled 
_rowheaderscrolled (
        self,
        first,
        last,
        )

  _scrollBothLater 
_scrollBothLater (
        self,
        first,
        last,
        )

Called by the text widget to set the horizontal or vertical scrollbar when it has scrolled or changed size or contents.

  _scrollBothNow 
_scrollBothNow ( self )

  _scrollXNow 
_scrollXNow (
        self,
        first,
        last,
        )

  _scrollYNow 
_scrollYNow (
        self,
        first,
        last,
        )

  _toggleHorizScrollbar 
_toggleHorizScrollbar ( self )

  _toggleVertScrollbar 
_toggleVertScrollbar ( self )

  _vscrollMode 
_vscrollMode ( self )

The vertical scroll mode has been configured.

Exceptions   
ValueError, message
  appendtext 
appendtext ( self,  text )

  bbox 
bbox ( self,  index )

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

  clear 
clear ( self )

  destroy 
destroy ( self )

  exportfile 
exportfile ( self,  fileName )

  get 
get (
        self,
        first=None,
        last=None,
        )

Override Tkinter.Text get method, so that if it is called with no arguments, return all text (consistent with other widgets).

  getvalue 
getvalue ( self )

  importfile 
importfile (
        self,
        fileName,
        where='end',
        )

  settext 
settext ( self,  text )

  setvalue 
setvalue ( self,  text )


Table of Contents

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