pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | Public Attributes | List of all members
pycross.utils.synteditor.SynEditorWidget Class Reference
Inheritance diagram for pycross.utils.synteditor.SynEditorWidget:

Public Member Functions

def __init__ (self, lexer=Qsci.QsciLexerPython(), source=None, minsize=(600, 400), icon='file.png', title='::Code Editor ::')
 

Public Attributes

 wmain
 
 layout_main
 
 editor
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.utils.synteditor.SynEditorWidget.__init__ (   self,
  lexer = Qsci.QsciLexerPython(),
  source = None,
  minsize = (600, 400),
  icon = 'file.png',
  title = ':: Code Editor ::' 
)

Member Data Documentation

◆ editor

pycross.utils.synteditor.SynEditorWidget.editor

◆ layout_main

pycross.utils.synteditor.SynEditorWidget.layout_main

◆ wmain

pycross.utils.synteditor.SynEditorWidget.wmain

The documentation for this class was generated from the following file: