wx.stc.StyledTextEvent
The type of events sent from wx.stc.StyledTextCtrl.
Todo
list styled text ctrl events.
Class Hierarchy
Inheritance diagram for class
StyledTextEvent:
Methods Summary
Properties Summary
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)
Overloaded Implementations:
__init__ (self, commandType=0, id=0)
Parameters: |
- commandType (wx.EventType) –
- id (int) –
|
__init__ (self, event)
-
GetAlt
(self)
-
-
GetAnnotationsLinesAdded
(self)
-
-
GetControl
(self)
-
-
GetDragFlags
(self)
-
-
GetDragResult
(self)
-
-
GetDragText
(self)
-
-
GetFoldLevelNow
(self)
-
-
GetFoldLevelPrev
(self)
-
-
GetKey
(self)
-
-
GetLParam
(self)
-
-
GetLength
(self)
-
-
GetLine
(self)
-
-
GetLinesAdded
(self)
-
-
GetListType
(self)
-
-
GetMargin
(self)
-
-
GetMessage
(self)
-
-
GetModificationType
(self)
-
-
GetModifiers
(self)
-
-
GetPosition
(self)
-
-
GetShift
(self)
-
-
GetText
(self)
-
-
GetToken
(self)
-
-
GetUpdated
(self)
-
-
GetWParam
(self)
-
-
GetX
(self)
-
-
GetY
(self)
-
-
SetAnnotationLinesAdded
(self, val)
-
-
SetDragFlags
(self, flags)
-
-
SetDragResult
(self, val)
-
-
SetDragText
(self, val)
Parameters: | val (string) – |
-
SetFoldLevelNow
(self, val)
-
-
SetFoldLevelPrev
(self, val)
-
-
SetKey
(self, k)
-
-
SetLParam
(self, val)
-
-
SetLength
(self, len)
-
-
SetLine
(self, val)
-
-
SetLinesAdded
(self, num)
-
-
SetListType
(self, val)
-
-
SetMargin
(self, val)
-
-
SetMessage
(self, val)
-
-
SetModificationType
(self, t)
-
-
SetModifiers
(self, m)
-
-
SetPosition
(self, pos)
-
-
SetText
(self, t)
-
-
SetToken
(self, val)
-
-
SetUpdated
(self, val)
-
-
SetWParam
(self, val)
-
-
SetX
(self, val)
-
-
SetY
(self, val)
-
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