Classes |
RichTextAttr |
The TextAttrEx class stores information about the various attributes
for a block of text, including font, colour, indents, alignments, and
etc. |
RichTextBox |
This defines a 2D space to lay out objects. |
RichTextBuffer |
This is a kind of box, used to represent the whole buffer. |
RichTextCompositeObject |
Objects of this class can contain other rich text objects. |
RichTextCtrl |
Proxy of C++ RichTextCtrl class |
RichTextEvent |
Proxy of C++ RichTextEvent class |
RichTextFileHandler |
Base class for file handlers |
RichTextFileHandlerList |
This class wraps a wxList-based class and gives it a Python
sequence-like interface. |
RichTextFileHandlerList_iterator |
This class serves as an iterator for a wxRichTextFileHandlerList object. |
RichTextHTMLHandler |
Proxy of C++ RichTextHTMLHandler class |
RichTextImage |
This object represents an image. |
RichTextLine |
This object represents a line in a paragraph, and stores offsets from
the start of the paragraph representing the start and end positions of
the line. |
RichTextObject |
This is the base class for all drawable objects in a RichTextCtrl . |
RichTextObjectList |
This class wraps a wxList-based class and gives it a Python
sequence-like interface. |
RichTextObjectList_iterator |
This class serves as an iterator for a wxRichTextObjectList object. |
RichTextParagraph |
This object represents a single paragraph (or in a straight text
editor, a line). |
RichTextParagraphLayoutBox |
Proxy of C++ RichTextParagraphLayoutBox class |
RichTextPlainText |
This object represents a single piece of text. |
RichTextPlainTextHandler |
Proxy of C++ RichTextPlainTextHandler class |
RichTextPrinting |
Proxy of C++ RichTextPrinting class |
RichTextPrintout |
Proxy of C++ RichTextPrintout class |
RichTextRange |
RichTextRange is a data structure that represents a range of text
within a RichTextCtrl . |
RichTextRenderer |
Proxy of C++ RichTextRenderer class |
RichTextStdRenderer |
Proxy of C++ RichTextStdRenderer class |
RichTextXMLHandler |
Proxy of C++ RichTextXMLHandler class |
TextAttrEx |
The TextAttrEx class stores information about the various attributes
for a block of text, including font, colour, indents, alignments, and
etc. |