QScintilla/QsciScintillaCompat.py

changeset 6285
045dc4c38701
parent 6188
5a6ae3be31e6
child 6305
7652b925c25e
equal deleted inserted replaced
6284:ffb74364ac2b 6285:045dc4c38701
1400 def event(self, evt): 1400 def event(self, evt):
1401 """ 1401 """
1402 Public method to handle events. 1402 Public method to handle events.
1403 1403
1404 Note: We are not interested in the standard QsciScintilla event 1404 Note: We are not interested in the standard QsciScintilla event
1405 handling because we do it our self. 1405 handling because we do it ourselves.
1406 1406
1407 @param evt event object to handle (QEvent) 1407 @param evt event object to handle (QEvent)
1408 @return result of the event handling (boolean) 1408 @return result of the event handling (boolean)
1409 """ 1409 """
1410 return QsciScintillaBase.event(self, evt) 1410 return QsciScintillaBase.event(self, evt)

eric ide

mercurial