| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
BrailleBuffer
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Clear the entire buffer. This removes all regions and resets the window position to 0. |
Bring the specified region into focus. The region is placed at the
start of the display. However, if the region has not set
|
Save the current window so that it can be restored after the buffer is updated. The window start position is saved as a position relative to a region. This allows it to be restored even after other regions are added, removed or updated. It can be restored with restoreWindow. Postcondition: The window is saved and can be restored with restoreWindow. |
Restore the window saved by saveWindow. Precondition: saveWindow has been called. Postcondition: If the saved position is valid, the window is restored. Otherwise, the nearest position is restored. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:57 2011 | http://epydoc.sourceforge.net |