Trees | Indices | Toggle frames |
---|
Provides keyboard and mouse editing procedures for text layout.
Example usage:
from pyglet import window from pyglet.text import layout, caret my_window = window.Window(...) my_layout = layout.IncrementalTextLayout(...) my_caret = caret.Caret(my_layout) my_window.push_handlers(my_caret)
Since: pyglet 1.1
Caret
Visible text insertion marker for
pyglet.text.layout.IncrementalTextLayout.
|
__package__ =
|
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |