Home | Trees | Indices | Help |
|
---|
|
object --+ | Callback
Allow access to the current buffers from anywhere.
This class is used as a callback to retrieve and modify the input buffers. There is two input buffers the left buffer and the right buffer:
It is possible to subclass this class and override its methods in order to use the program in other GUIs or command line interfaces.
![]() |
Class Hierarchy for Callback |
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize the left and right buffer to empty string.
|
Update the left and right buffers. This method should be called after each character addition or deletion or after each cursor move. In the default GUI this method is called when a signal indicating that the input text have changed or that the cursor position have changed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |