wx.lib.editor.editor.Editor
None
AboveScreen(self, row)
None
AdjustScrollbars(self, i)
None
AltKey(self, event, key)
None
BackSpace(self, event, t)
None
BelowScreen(self, row)
None
BreakLine(self, event, t)
None
BufferWasTouched(self)
None
CalcMaxLineLen(self, maxlen, line)
get length of longest line on screen
ControlKey(self, event, key)
None
CopySelection(self, event, selection, bCol, eCol, bRow, eRow)
None
CopyToClipboard(self, linesOfText, do)
None
CurrentLineLength(self)
None
Delete(self, event, t)
None
DeleteChar(self, x, y, oldtext, newtext)
None
Dispatch(self, keySettingFunction, key, event, action)
None
Draw(self, odc, dc, bmp, line)
None
DrawCursor(self, dc, s, y, x)
None
DrawEditText(self, t, x, y, dc)
None
DrawEofMarker(self, dc, hasTransparency, y, x)
None
DrawLine(self, line, dc, selected, l, t, x, fragments, data)
None
DrawSimpleCursor(self, xp, yp, dc, old, szx, szy, x, y)
None
FindSelection(self, begin, end, bCol, eCol, eRow, bRow)
None
GetTextLine(self, lineNum)
None
HandleAboveScreen(self, row)
None
HandleBelowScreen(self, row)
None
HandleLeftOfScreen(self, col)
None
HandleRightOfScreen(self, col)
None
HorizBoundaries(self, maxLineLen)
None
HorizScroll(self, event, eventType, maxLineLen)
None
InitDoubleBuffering(self)
None
InsertChar(self, char, t)
None
IsLine(self, lineNum)
None
JoinLines(self, t2, t1)
None
KeepCursorOnScreen(self)
None
LeftOfScreen(self, col)
None
ModifierKey(self, key, event, modifierKeyDown, MappingFunc)
None
MouseToCol(self, mouseX, col)
None
MouseToCursor(self, event)
None
MouseToRow(self, mouseY, row)
None
Move(self, keySettingFunction, key, event, action)
None
MoveDown(self, event)
None
MoveEnd(self, event)
None
MoveEndOfFile(self, event)
None
MoveHome(self, event)
None
MoveLeft(self, event)
None
MovePageDown(self, event)
None
MovePageUp(self, event)
None
MoveRight(self, event, linelen)
None
MoveSpecialControlKey(self, event, key)
None
MoveSpecialKey(self, event, key)
None
MoveStartOfFile(self, event)
None
MultipleLineCopy(self, bRow, bCol, eRow, eCol, bLine, l, _[1], eLine)
None
MultipleLineDelete(self, bRow, bCol, eRow, eCol, bLine, ModLine, eLine)
None
MultipleLinePaste(self, pastedLines, FirstLine, NewSlice, l, _[1], LastLine)
None
NiceFontForPlatform(self, font)
None
NormalChar(self, event, key)
None
NormalizedSelect(self, begin, end, bCol, eCol, eRow, bRow)
None
OnChar(self, event, filter, key, filters)
None
OnCopySelection(self, event)
None
OnCutSelection(self, event)
None
OnDeleteSelection(self, event, selection, bCol, eCol, bRow, eRow)
None
OnDestroy(self, event)
None
OnEraseBackground(self, evt)
None
OnLeftDown(self, event)
None
OnLeftUp(self, event)
None
OnMotion(self, event)
None
OnPaint(self, event, dc)
None
OnPaste(self, event, do, success, pastedLines)
None
OnScroll(self, event, eventType, dir)
None
OnTimer(self, event, y, x, screenY, screenX)
None
RightOfScreen(self, col)
None
SelectNotify(self, Selecting, SelectionBegin, SelectionEnd)
None
SetAltFuncs(self, action)
None
SetCharDimensions(self)
None
SetControlFuncs(self, action)
None
SetMoveSpecialControlFuncs(self, action)
None
SetMoveSpecialFuncs(self, action)
None
SetScrollTimer(self, oneShot)
None
SetShiftFuncs(self, action)
None
SetSpecialControlFuncs(self, action)
None
SetSpecialFuncs(self, action)
None
SetText(self, lines)
None
SetTextLine(self, lineNum, text)
None
ShiftKey(self, event, key)
None
SingleLineCopy(self, Row, bCol, eCol, Line)
None
SingleLineDelete(self, Row, bCol, eCol, ModLine)
None
SingleLineInsert(self, newText, ModLine)
None
SpecialControlKey(self, event, key)
None
TabKey(self, event, numSpaces)
None
UnixKeyHack(self, key)
None
UpdateView(self, dc)
None
VertBoundaries(self)
None
VertScroll(self, event, eventType)
None
[constructor]
Usage: classname(arguments)
[member '__doc__']
Documentation for this class
[member '__module__']
The module that this class belongs to