# This file is generated by wxPython's SIP generator. Do not edit by hand. # # Copyright: (c) 2013 by Total Control Software # License: wxWindows License from ._richtext import * import wx import wx.xml import wx.html RICHTEXT_ALL = RichTextRange(-2, -2) RICHTEXT_NONE = RichTextRange(-1, -1) RICHTEXT_NO_SELECTION = RichTextRange(-2, -2) def _RichTextRangeArray___repr__(self): return "RichTextRangeArray: " + repr(list(self)) RichTextRangeArray.__repr__ = _RichTextRangeArray___repr__ del _RichTextRangeArray___repr__ def _RichTextAttrArray___repr__(self): return "RichTextAttrArray: " + repr(list(self)) RichTextAttrArray.__repr__ = _RichTextAttrArray___repr__ del _RichTextAttrArray___repr__ def _RichTextVariantArray___repr__(self): return "RichTextVariantArray: " + repr(list(self)) RichTextVariantArray.__repr__ = _RichTextVariantArray___repr__ del _RichTextVariantArray___repr__ def _RichTextObjectList___repr__(self): return "RichTextObjectList: " + repr(list(self)) RichTextObjectList.__repr__ = _RichTextObjectList___repr__ del _RichTextObjectList___repr__ def _RichTextLineList___repr__(self): return "RichTextLineList: " + repr(list(self)) RichTextLineList.__repr__ = _RichTextLineList___repr__ del _RichTextLineList___repr__ def _RichTextObjectPtrArray___repr__(self): return "RichTextObjectPtrArray: " + repr(list(self)) RichTextObjectPtrArray.__repr__ = _RichTextObjectPtrArray___repr__ del _RichTextObjectPtrArray___repr__ def _RichTextObjectPtrArrayArray___repr__(self): return "RichTextObjectPtrArrayArray: " + repr(list(self)) RichTextObjectPtrArrayArray.__repr__ = _RichTextObjectPtrArrayArray___repr__ del _RichTextObjectPtrArrayArray___repr__ def _RichTextObjectList____repr__(self): return "RichTextObjectList_: " + repr(list(self)) RichTextObjectList_.__repr__ = _RichTextObjectList____repr__ del _RichTextObjectList____repr__ def _RichTextFileHandlerList___repr__(self): return "RichTextFileHandlerList: " + repr(list(self)) RichTextFileHandlerList.__repr__ = _RichTextFileHandlerList___repr__ del _RichTextFileHandlerList___repr__ def _RichTextDrawingHandlerList___repr__(self): return "RichTextDrawingHandlerList: " + repr(list(self)) RichTextDrawingHandlerList.__repr__ = _RichTextDrawingHandlerList___repr__ del _RichTextDrawingHandlerList___repr__ def _RichTextActionList___repr__(self): return "RichTextActionList: " + repr(list(self)) RichTextActionList.__repr__ = _RichTextActionList___repr__ del _RichTextActionList___repr__ EVT_RICHTEXT_LEFT_CLICK = wx.PyEventBinder(wxEVT_RICHTEXT_LEFT_CLICK) EVT_RICHTEXT_RIGHT_CLICK = wx.PyEventBinder(wxEVT_RICHTEXT_RIGHT_CLICK) EVT_RICHTEXT_MIDDLE_CLICK = wx.PyEventBinder(wxEVT_RICHTEXT_MIDDLE_CLICK) EVT_RICHTEXT_LEFT_DCLICK = wx.PyEventBinder(wxEVT_RICHTEXT_LEFT_DCLICK) EVT_RICHTEXT_RETURN = wx.PyEventBinder(wxEVT_RICHTEXT_RETURN) EVT_RICHTEXT_CHARACTER = wx.PyEventBinder(wxEVT_RICHTEXT_CHARACTER) EVT_RICHTEXT_DELETE = wx.PyEventBinder(wxEVT_RICHTEXT_DELETE) EVT_RICHTEXT_STYLESHEET_CHANGING = wx.PyEventBinder(wxEVT_RICHTEXT_STYLESHEET_CHANGING) EVT_RICHTEXT_STYLESHEET_CHANGED = wx.PyEventBinder(wxEVT_RICHTEXT_STYLESHEET_CHANGED) EVT_RICHTEXT_STYLESHEET_REPLACING = wx.PyEventBinder(wxEVT_RICHTEXT_STYLESHEET_REPLACING) EVT_RICHTEXT_STYLESHEET_REPLACED = wx.PyEventBinder(wxEVT_RICHTEXT_STYLESHEET_REPLACED) EVT_RICHTEXT_CONTENT_INSERTED = wx.PyEventBinder(wxEVT_RICHTEXT_CONTENT_INSERTED) EVT_RICHTEXT_CONTENT_DELETED = wx.PyEventBinder(wxEVT_RICHTEXT_CONTENT_DELETED) EVT_RICHTEXT_STYLE_CHANGED = wx.PyEventBinder(wxEVT_RICHTEXT_STYLE_CHANGED) EVT_RICHTEXT_STYLE_CHANGED = wx.PyEventBinder(wxEVT_RICHTEXT_PROPERTIES_CHANGED) EVT_RICHTEXT_SELECTION_CHANGED = wx.PyEventBinder(wxEVT_RICHTEXT_SELECTION_CHANGED) EVT_RICHTEXT_BUFFER_RESET = wx.PyEventBinder(wxEVT_RICHTEXT_BUFFER_RESET) EVT_RICHTEXT_FOCUS_OBJECT_CHANGED = wx.PyEventBinder(wxEVT_RICHTEXT_FOCUS_OBJECT_CHANGED)