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) |