712 """ |
712 """ |
713 return 2 * self.SendScintilla(QsciScintilla.SCI_GETCARETPERIOD) |
713 return 2 * self.SendScintilla(QsciScintilla.SCI_GETCARETPERIOD) |
714 |
714 |
715 def setCursorFlashTime(self, time): |
715 def setCursorFlashTime(self, time): |
716 """ |
716 """ |
717 Public method to get the flash (blink) time of the cursor in |
717 Public method to set the flash (blink) time of the cursor in |
718 milliseconds. |
718 milliseconds. |
719 |
719 |
720 The flash time is the time required to display, invert and restore the |
720 The flash time is the time required to display, invert and restore the |
721 caret display. Usually the text cursor is displayed for half the cursor |
721 caret display. Usually the text cursor is displayed for half the cursor |
722 flash time, then hidden for the same amount of time. |
722 flash time, then hidden for the same amount of time. |