1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234
|
(dp1
S'SymbolPickerDialog'
p2
S':ref:`wx.richtext.SymbolPickerDialog` presents the user with a choice of fonts and a grid of available characters.'
p3
sS'RichTextStyleDefinition'
p4
S'This is a base class for paragraph and character styles.'
p5
sS'RichTextObjectAddress'
p6
S'A class for specifying an object anywhere in an object hierarchy, without using a pointer, necessary since ``RTC`` commands may delete and recreate sub-objects so physical object addresses change.'
p7
sS'RichTextAction'
p8
S'Implements a part of a command.'
p9
sS'RichTextPlainTextHandler'
p10
VImplements saving a buffer to plain text.
p11
sS'RichTextObject'
p12
VThis is the base for drawable rich text objects.
p13
sS'RichTextPlainText'
p14
VThis object represents a single piece of text.
p15
sS'TextAttrBorder'
p16
VA class representing a rich text object border.
p17
sS'TextAttrSize'
p18
VA class for representing width and height.
p19
sS'RichTextRenderer'
p20
VThis class isolates some common drawing functionality.
p21
sS'RichTextFontTable'
p22
VManages quick access to a pool of fonts for rendering rich text.
p23
sS'RichTextBufferDataObject'
p24
VImplements a rich text data object for clipboard transfer.
p25
sS'RichTextHeaderFooterData'
p26
S'This class represents header and footer data to be passed to the :ref:`wx.richtext.RichTextPrinting` and :ref:`wx.richtext.RichTextPrintout` classes.'
p27
sS'RichTextFormattingDialog'
p28
S'This dialog allows the user to edit a character and/or paragraph style.'
p29
sS'RichTextDrawingContext'
p30
VA class for passing information to drawing and measuring functions.
p31
sS'RichTextSelection'
p32
VStores selection information.
p33
sS'RichTextHTMLHandler'
p34
VHandles HTML output (only) for :ref:`wx.richtext.RichTextCtrl` content.
p35
sS'RichTextCtrl'
p36
V:ref:`wx.richtext.RichTextCtrl` provides a generic, ground-up implementation of a text control capable of showing multiple styles and images.
p37
sS'TextAttrBorders'
p38
VA class representing a rich text object's borders.
p39
sS'RichTextFieldType'
p40
VThe base class for custom field types.
p41
sS'RichTextProperties'
p42
VA simple property class using Variants.
p43
sS'RichTextEvent'
p44
S'This is the event class for :ref:`wx.richtext.RichTextCtrl` notifications.'
p45
sS'RichTextCommand'
p46
S'Implements a command on the undo/redo stack.'
p47
sS'RichTextStyleListCtrl'
p48
VThis class incorporates a :ref:`wx.richtext.RichTextStyleListBox` and a choice control that allows the user to select the category of style to view.
p49
sS'TextAttrDimensions'
p50
VA class for left, right, top and bottom dimensions.
p51
sS'RichTextStyleOrganiserDialog'
p52
VThis class shows a style sheet and allows the user to edit, add and remove styles.
p53
sS'RichTextPrinting'
p54
VThis class provides a simple interface for performing :ref:`wx.richtext.RichTextBuffer` printing and previewing.
p55
sS'RichTextStyleListBox'
p56
VThis is a listbox that can display the styles in a :ref:`wx.richtext.RichTextStyleSheet`, and apply the selection to an associated :ref:`wx.richtext.RichTextCtrl`.
p57
sS'RichTextStyleSheet'
p58
VA style sheet contains named paragraph and character styles that make it easy for a user to apply combinations of attributes to a :ref:`wx.richtext.RichTextCtrl`.
p59
sS'RichTextCell'
p60
S':ref:`wx.richtext.RichTextCell` is the cell in a table, in which the user can type.'
p61
sS'RichTextParagraph'
p62
VThis object represents a single paragraph containing various objects such as text content, images, and further paragraph layout objects.
p63
sS'RichTextXMLHandler'
p64
VA handler for loading and saving content in an ``XML`` format specific to :ref:`wx.richtext.RichTextBuffer`.
p65
sS'RichTextLine'
p66
VThis 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.
p67
sS'TextBoxAttr'
p68
VA class representing the box attributes of a rich text object.
p69
sS'RichTextImage'
p70
VThis class implements a graphic object.
p71
sS'RichTextFileHandler'
p72
VThe base class for file handlers.
p73
sS'RichTextImageBlock'
p74
VThis class stores information about an image, in binary in-memory form.
p75
sS'RichTextRange'
p76
VThis stores beginning and end positions for a range of data.
p77
sS'RichTextFormattingDialogFactory'
p78
S'This class provides pages for :ref:`wx.richtext.RichTextFormattingDialog`, and allows other customization of the dialog.'
p79
sS'__module_docstring'
p80
S'The :class:`RichTextCtrl` is a generic, ground-up implementation of a rich\ntext control capable of showing multiple text styles and images. This module\ncontains the control and many supporting classes needed for using the features\nof the :class:`RichTextCtrl`.\n\n.. note:: Due to some internal dynamic initialization in wxWidgets, this\n module should be imported **before** the :class:`wx.App` object is\n created.\n'
p81
sS'TextAttrDimensionConverter'
p82
VA class to make it easier to convert dimensions.
p83
sS'RichTextFieldTypeStandard'
p84
VA field type that can handle fields with text or bitmap labels, with a small range of styles for implementing rectangular fields and fields that can be used for start and end tags.
p85
sS'TextAttrDimension'
p86
VA class representing a rich text dimension, including units and position.
p87
sS'RichTextParagraphLayoutBox'
p88
VThis class knows how to lay out paragraphs.
p89
sS'RichTextDrawingHandler'
p90
VThe base class for custom drawing handlers.
p91
sS'RichTextTable'
p92
S':ref:`wx.richtext.RichTextTable` represents a table with arbitrary columns and rows.'
p93
sS'RichTextParagraphStyleDefinition'
p94
S'This class represents a paragraph style definition, usually added to a :ref:`wx.richtext.RichTextStyleSheet`.'
p95
sS'RichTextListStyleDefinition'
p96
VThis class represents a list style definition, usually added to a :ref:`wx.richtext.RichTextStyleSheet`.
p97
sS'RichTextBuffer'
p98
VThis is a kind of paragraph layout box, used to represent the whole buffer.
p99
sS'RichTextBox'
p100
VThis class implements a floating or inline text box, containing paragraphs.
p101
sS'RichTextCharacterStyleDefinition'
p102
S'This class represents a character style definition, usually added to a :ref:`wx.richtext.RichTextStyleSheet`.'
p103
sS'RichTextField'
p104
VThis class implements the general concept of a field, an object that represents additional functionality such as a footnote, a bookmark, a page number, a table of contents, and so on.
p105
sS'RichTextStyleComboCtrl'
p106
VThis is a combo control that can display the styles in a :ref:`wx.richtext.RichTextStyleSheet`, and apply the selection to an associated :ref:`wx.richtext.RichTextCtrl`.
p107
sS'RichTextCompositeObject'
p108
VObjects of this class can contain other objects.
p109
sS'RichTextContextMenuPropertiesInfo'
p110
S':ref:`wx.richtext.RichTextContextMenuPropertiesInfo` keeps track of objects that appear in the context menu, whose properties are available to be edited.'
p111
sS'RichTextStdRenderer'
p112
VThe standard renderer for drawing bullets.
p113
sS'RichTextPrintout'
p114
VThis class implements print layout for :ref:`wx.richtext.RichTextBuffer`.
p115
sS'RichTextAttr'
p116
VA class representing enhanced attributes for rich text objects.
p117
s.
|