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.
|
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Sat Oct 4 13:19:16 2008 | http://epydoc.sourceforge.net |