|
Class Summary |
| assert |
Test to make sure something is true. |
| dead_rect |
This class represents nothing on the screen. |
| editor |
This is the class that implements a what you see is what you get
text editor, or at least some of it. |
| editor_test |
|
| href_applet |
|
| href_handler |
|
| linebreak |
This little object represents the "next break point" in a list
of runs. |
| marker |
This is the class that holds the information about a point in a
a structure. |
| paragraph |
This class the internal representation of a paragraph that is part of
a text editor. |
| run |
This is the class that holds the information necessary to maintain
logical information about a section of a document. |
| screen_rect |
This object is the base class for all objects which can appear on the
screen. |
| style |
This is the class that represents the style information about
a given hunk of text. |
| text_bounding_rect |
This class represents the bounding rectangle of some text from a
text_run. |
| text_rect |
This is the class that represents a displayed bunch of text on the
screen. |
| text_run |
This is the class that holds the information about a contigous set
of characters in the same style. |
| word |
This object represents an entire, non-breakable word. |