QScintilla/QsciScintillaCompat.py

changeset 4020
ea66934c7d74
parent 3933
16d9ef6e6e89
child 4021
195a471c327b
equal deleted inserted replaced
4018:7d7c5fca9f21 4020:ea66934c7d74
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.

eric ide

mercurial