Package wx :: Module stc :: Class StyledTextEvent
[frames | no frames]

Type StyledTextEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    StyledTextEvent


Proxy of C++ StyledTextEvent class


Method Summary
CommandEvent __init__(self, commandType, winid)
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.
  __del__(self)
bool GetAlt(self)
bool GetControl(self)
bool GetDragAllowMove(self)
int GetDragResult(self)
String GetDragText(self)
int GetFoldLevelNow(self)
int GetFoldLevelPrev(self)
int GetKey(self)
int GetLength(self)
int GetLine(self)
int GetLinesAdded(self)
int GetListType(self)
int GetLParam(self)
int GetMargin(self)
int GetMessage(self)
int GetModificationType(self)
int GetModifiers(self)
int GetPosition(self)
bool GetShift(self)
String GetText(self)
int GetWParam(self)
int GetX(self)
int GetY(self)
  SetDragAllowMove(self, val)
  SetDragResult(self, val)
  SetDragText(self, val)
  SetFoldLevelNow(self, val)
  SetFoldLevelPrev(self, val)
  SetKey(self, k)
  SetLength(self, len)
  SetLine(self, val)
  SetLinesAdded(self, num)
  SetListType(self, val)
  SetLParam(self, val)
  SetMargin(self, val)
  SetMessage(self, val)
  SetModificationType(self, t)
  SetModifiers(self, m)
  SetPosition(self, pos)
  SetText(self, t)
  SetWParam(self, val)
  SetX(self, val)
  SetY(self, val)

Property Summary
  Alt: See GetAlt
  Control: See GetControl
  DragAllowMove: See GetDragAllowMove and SetDragAllowMove
  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
  Length: See GetLength and SetLength
  Line: See GetLine and SetLine
  LinesAdded: See GetLinesAdded and SetLinesAdded
  ListType: See GetListType and SetListType
  LParam: See GetLParam and SetLParam
  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
  thisown: The membership flag
  WParam: See GetWParam and SetWParam
  X: See GetX and SetX
  Y: See GetY and SetY

Method Details

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

This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.

Parameters:
commandType
           (type=EventType)

winid
           (type=int)

Returns:
CommandEvent
Overrides:
wx.CommandEvent.__init__ (inherited documentation)

Property Details

Alt

See GetAlt

Get Method:
GetAlt(self)

Control

See GetControl

Get Method:
GetControl(self)

DragAllowMove

See GetDragAllowMove and SetDragAllowMove

Get Method:
GetDragAllowMove(self)
Set Method:
SetDragAllowMove(self, val)

DragResult

See GetDragResult and SetDragResult

Get Method:
GetDragResult(self)
Set Method:
SetDragResult(self, val)

DragText

See GetDragText and SetDragText

Get Method:
GetDragText(self)
Set Method:
SetDragText(self, val)

FoldLevelNow

See GetFoldLevelNow and SetFoldLevelNow

Get Method:
GetFoldLevelNow(self)
Set Method:
SetFoldLevelNow(self, val)

FoldLevelPrev

See GetFoldLevelPrev and SetFoldLevelPrev

Get Method:
GetFoldLevelPrev(self)
Set Method:
SetFoldLevelPrev(self, val)

Key

See GetKey and SetKey

Get Method:
GetKey(self)
Set Method:
SetKey(self, k)

Length

See GetLength and SetLength

Get Method:
GetLength(self)
Set Method:
SetLength(self, len)

Line

See GetLine and SetLine

Get Method:
GetLine(self)
Set Method:
SetLine(self, val)

LinesAdded

See GetLinesAdded and SetLinesAdded

Get Method:
GetLinesAdded(self)
Set Method:
SetLinesAdded(self, num)

ListType

See GetListType and SetListType

Get Method:
GetListType(self)
Set Method:
SetListType(self, val)

LParam

See GetLParam and SetLParam

Get Method:
GetLParam(self)
Set Method:
SetLParam(self, val)

Margin

See GetMargin and SetMargin

Get Method:
GetMargin(self)
Set Method:
SetMargin(self, val)

Message

See GetMessage and SetMessage

Get Method:
GetMessage(self)
Set Method:
SetMessage(self, val)

ModificationType

See GetModificationType and SetModificationType

Get Method:
GetModificationType(self)
Set Method:
SetModificationType(self, t)

Modifiers

See GetModifiers and SetModifiers

Get Method:
GetModifiers(self)
Set Method:
SetModifiers(self, m)

Position

See GetPosition and SetPosition

Get Method:
GetPosition(self)
Set Method:
SetPosition(self, pos)

Shift

See GetShift

Get Method:
GetShift(self)

Text

See GetText and SetText

Get Method:
GetText(self)
Set Method:
SetText(self, t)

thisown

The membership flag

Get Method:
unknown--1215223404(...)
Set Method:
unknown--1215223348(...)

WParam

See GetWParam and SetWParam

Get Method:
GetWParam(self)
Set Method:
SetWParam(self, val)

X

See GetX and SetX

Get Method:
GetX(self)
Set Method:
SetX(self, val)

Y

See GetY and SetY

Get Method:
GetY(self)
Set Method:
SetY(self, val)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:46 2007 http://epydoc.sf.net