| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
view.View --+
|
ContentView
An abstract subclass of view with additional functionality for displaying content provided as a Text object.
It provides a draw() method, formatting options including linefolding, and maintains a viewport and cursor on the provided Text.
Formatting, viewport and cursor tracking are provided by a TextViewport.
Limited editing functionality is provided.
|
|||
|
|||
|
|||
|
|||
|
|||
| boolean |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize the new ContentView.
|
|
|
|
Draw this view on the provided curses window. If force_redraw is True, then do a full redraw, otherwise just an update is enough.
|
Default implementation does not draw a cursor.
|
|
|
|
|
|
|
|
Update the display position so the next match of the given pattern is visible.
|
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |