The functions and macros defined in the wx.richtext module are described here: you can look up a function using the alphabetical listing of them.
wx.richtext.
RichTextApplyStyle
(destStyle : RichTextAttr, style : RichTextAttr, compareWith: Optional[RichTextAttr]=None)¶Apply one style to another.
destStyle (wx.richtext.RichTextAttr) –
style (wx.richtext.RichTextAttr) –
compareWith (wx.richtext.RichTextAttr) –
bool
wx.richtext.
RichTextBitlistsEqPartial
(valueA : int, valueB : int, flags : int)¶Compare two bitlists.
valueA (int) –
valueB (int) –
flags (int) –
bool
wx.richtext.
RichTextCombineBitlists
(valueA : int, valueB : int, flagsA : int, flagsB : int)¶Combine two bitlists.
valueA (int) –
valueB (int) –
flagsA (int) –
flagsB (int) –
bool
wx.richtext.
RichTextDecimalToRoman
(n : int)¶Convert a decimal to Roman numerals.
n (long) –
str
wx.richtext.
RichTextHasStyle
(flags : int, style : int)¶Utilities
flags (int) –
style (int) –
bool
wx.richtext.
RichTextModuleInit
()¶None
wx.richtext.
RichTextRemoveStyle
(destStyle : RichTextAttr, style : RichTextAttr)¶destStyle (wx.richtext.RichTextAttr) –
style (wx.richtext.RichTextAttr) –
bool
wx.richtext.
RichTextSplitParaCharStyles
(style : RichTextAttr, parStyle : RichTextAttr, charStyle : RichTextAttr)¶Split into paragraph and character styles.
style (wx.richtext.RichTextAttr) –
parStyle (wx.richtext.RichTextAttr) –
charStyle (wx.richtext.RichTextAttr) –
bool
wx.richtext.
RichTextTabsEq
(tabs1 : List[int], tabs2 : List[int])¶Compare tabs.
tabs1 (list of integers) –
tabs2 (list of integers) –
bool
wx.richtext.
TextAttrCollectCommonAttributes
(currentStyle : TextAttr, attr : TextAttr, clashingAttr : TextAttr, absentAttr : TextAttr)¶currentStyle (wx.TextAttr) –
attr (wx.TextAttr) –
clashingAttr (wx.TextAttr) –
absentAttr (wx.TextAttr) –
None
wx.richtext.
TextAttrEq
(attr1 : RichTextAttr, attr2 : RichTextAttr)¶Compare two attribute objects.
attr1 (wx.richtext.RichTextAttr) –
attr2 (wx.richtext.RichTextAttr) –
bool