This class implements a floating or inline text box, containing paragraphs.
See also
wx.richtext.RichTextParagraphLayoutBox, wx.richtext.RichTextObject, wx.richtext.RichTextBuffer, wx.richtext.RichTextCtrl
__init__ |
Default constructor; optionally pass the parent object. |
CanEditProperties |
Returns True if we can edit the object’s properties via a GUI. |
Clone |
Clones the object. |
Copy |
|
Draw |
Draw the item, within the given range. |
EditProperties |
Edits the object’s properties via a GUI. |
GetPropertiesMenuLabel |
Returns the label to be used for the properties context menu item. |
GetXMLNodeName |
Returns the XML node name of this object. |
wx.richtext.
RichTextBox
(RichTextParagraphLayoutBox)¶Possible constructors:
RichTextBox(parent=None)
RichTextBox(obj)
This class implements a floating or inline text box, containing paragraphs.
__init__
(self, *args, **kw)¶__init__ (self, parent=None)
Default constructor; optionally pass the parent object.
Parameters: | parent (wx.richtext.RichTextObject) – |
---|
__init__ (self, obj)
Copy constructor.
Parameters: | obj (wx.richtext.RichTextBox) – |
---|
CanEditProperties
(self)¶Returns True
if we can edit the object’s properties via a GUI.
Return type: | bool |
---|
Clone
(self)¶Clones the object.
Return type: | wx.richtext.RichTextObject |
---|
Copy
(self, obj)¶Parameters: | obj (wx.richtext.RichTextBox) – |
---|
Draw
(self, dc, context, range, selection, rect, descent, style)¶Draw the item, within the given range.
Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
Parameters: |
|
---|---|
Return type: | bool |
EditProperties
(self, parent, buffer)¶Edits the object’s properties via a GUI.
Parameters: |
|
---|---|
Return type: | bool |
GetPropertiesMenuLabel
(self)¶Returns the label to be used for the properties context menu item.
Return type: | string |
---|
GetXMLNodeName
(self)¶Returns the XML
node name of this object.
This must be overridden for XmlNode-base XML
export to work.
Return type: | string |
---|
PropertiesMenuLabel
¶XMLNodeName
¶See GetXMLNodeName