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)
  __repr__(self)
Event Clone(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)

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=wxEventType)
winid
           (type=int)
Returns:
CommandEvent
Overrides:
wx.CommandEvent.__init__ (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:07 2005 http://epydoc.sf.net