Package peppy :: Module buffers :: Class LoadingSTC
[frames] | no frames]

Class LoadingSTC

               object --+        
                        |        
stcinterface.STCInterface --+    
                            |    
  stcinterface.NonResidentSTC --+
                                |
                               LoadingSTC

Instance Methods
 
__init__(self, text)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
GetText(self)

Inherited from stcinterface.NonResidentSTC: CanEdit, Destroy

Inherited from stcinterface.STCInterface: AddRefDocument, CanCopy, CanCut, CanPaste, CanRedo, CanSave, CanUndo, Clear, Copy, CreateDocument, Cut, EmptyUndoBuffer, GetBinaryData, GetFoldColumn, GetFoldLevel, GetLength, GetModify, GetPrevLineIndentation, GetTextLength, GotoPos, GuessBinary, Paste, Redo, ReleaseDocument, SetDocPointer, SetSavePoint, Undo, getShortDisplayName, open, openSuccess, prepareEncoding, readFrom, showStyle, writeTo

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, text)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

GetText(self)

 
Overrides: stcinterface.STCInterface.GetText