phoenix_title wx.stc.StyledTextEvent

The type of events sent from wx.stc.StyledTextCtrl.

Todo

list styled text ctrl events.


class_hierarchy Class Hierarchy

Inheritance diagram for class StyledTextEvent:

api Class API

class wx.stc.StyledTextEvent(CommandEvent)

Possible constructors:

StyledTextEvent(commandType=0, id=0)

StyledTextEvent(event)

The type of events sent from StyledTextCtrl.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, commandType=0, id=0)

Parameters
  • commandType (wx.EventType) –

  • id (int) –



__init__ (self, event)

Parameters

event (wx.stc.StyledTextEvent) –





GetAlt(self)
Return type

bool



GetAnnotationsLinesAdded(self)
Return type

int



GetControl(self)
Return type

bool



GetDragFlags(self)
Return type

int



GetDragResult(self)
Return type

wx.DragResult



GetDragText(self)
Return type

string



GetFoldLevelNow(self)
Return type

int



GetFoldLevelPrev(self)
Return type

int



GetKey(self)
Return type

int



GetLParam(self)
Return type

int



GetLength(self)
Return type

int



GetLine(self)
Return type

int



GetLinesAdded(self)
Return type

int



GetListType(self)
Return type

int



GetMargin(self)
Return type

int



GetMessage(self)
Return type

int



GetModificationType(self)
Return type

int



GetModifiers(self)
Return type

int



GetPosition(self)
Return type

int



GetShift(self)
Return type

bool



GetText(self)
Return type

string



GetToken(self)
Return type

int



GetUpdated(self)
Return type

int



GetWParam(self)
Return type

int



GetX(self)
Return type

int



GetY(self)
Return type

int



SetAnnotationLinesAdded(self, val)
Parameters

val (int) –



SetDragFlags(self, flags)
Parameters

flags (int) –



SetDragResult(self, val)
Parameters

val (DragResult) –



SetDragText(self, val)
Parameters

val (string) –



SetFoldLevelNow(self, val)
Parameters

val (int) –



SetFoldLevelPrev(self, val)
Parameters

val (int) –



SetKey(self, k)
Parameters

k (int) –



SetLParam(self, val)
Parameters

val (int) –



SetLength(self, len)
Parameters

len (int) –



SetLine(self, val)
Parameters

val (int) –



SetLinesAdded(self, num)
Parameters

num (int) –



SetListType(self, val)
Parameters

val (int) –



SetMargin(self, val)
Parameters

val (int) –



SetMessage(self, val)
Parameters

val (int) –



SetModificationType(self, t)
Parameters

t (int) –



SetModifiers(self, m)
Parameters

m (int) –



SetPosition(self, pos)
Parameters

pos (int) –



SetText(self, t)
Parameters

t (string) –



SetToken(self, val)
Parameters

val (int) –



SetUpdated(self, val)
Parameters

val (int) –



SetWParam(self, val)
Parameters

val (int) –



SetX(self, val)
Parameters

val (int) –



SetY(self, val)
Parameters

val (int) –


Properties

Alt

See GetAlt



AnnotationsLinesAdded

See GetAnnotationsLinesAdded



Control

See GetControl



DragFlags

See GetDragFlags and SetDragFlags



DragResult

See GetDragResult and SetDragResult



DragText

See GetDragText and SetDragText



FoldLevelNow

See GetFoldLevelNow and SetFoldLevelNow



FoldLevelPrev

See GetFoldLevelPrev and SetFoldLevelPrev



Key

See GetKey and SetKey



LParam

See GetLParam and SetLParam



Length

See GetLength and SetLength



Line

See GetLine and SetLine



LinesAdded

See GetLinesAdded and SetLinesAdded



ListType

See GetListType and SetListType



Margin

See GetMargin and SetMargin



Message

See GetMessage and SetMessage



ModificationType

See GetModificationType and SetModificationType



Modifiers

See GetModifiers and SetModifiers



Position

See GetPosition and SetPosition



Shift

See GetShift



Text

See GetText and SetText



Token

See GetToken and SetToken



Updated

See GetUpdated and SetUpdated



WParam

See GetWParam and SetWParam



X

See GetX and SetX



Y

See GetY and SetY