315 </tr><tr> |
315 </tr><tr> |
316 <td><a href="#QsciScintillaCompat.setCurrentIndicator">setCurrentIndicator</a></td> |
316 <td><a href="#QsciScintillaCompat.setCurrentIndicator">setCurrentIndicator</a></td> |
317 <td>Public method to set the current indicator.</td> |
317 <td>Public method to set the current indicator.</td> |
318 </tr><tr> |
318 </tr><tr> |
319 <td><a href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime</a></td> |
319 <td><a href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime</a></td> |
320 <td>Public method to get the flash (blink) time of the cursor in milliseconds.</td> |
320 <td>Public method to set the flash (blink) time of the cursor in milliseconds.</td> |
321 </tr><tr> |
321 </tr><tr> |
322 <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td> |
322 <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td> |
323 <td>Public method to set the eol mode given the eol string.</td> |
323 <td>Public method to set the eol mode given the eol string.</td> |
324 </tr><tr> |
324 </tr><tr> |
325 <td><a href="#QsciScintillaCompat.setFoldMarkersColors">setFoldMarkersColors</a></td> |
325 <td><a href="#QsciScintillaCompat.setFoldMarkersColors">setFoldMarkersColors</a></td> |
1340 </dd> |
1340 </dd> |
1341 </dl><a NAME="QsciScintillaCompat.setCursorFlashTime" ID="QsciScintillaCompat.setCursorFlashTime"></a> |
1341 </dl><a NAME="QsciScintillaCompat.setCursorFlashTime" ID="QsciScintillaCompat.setCursorFlashTime"></a> |
1342 <h4>QsciScintillaCompat.setCursorFlashTime</h4> |
1342 <h4>QsciScintillaCompat.setCursorFlashTime</h4> |
1343 <b>setCursorFlashTime</b>(<i>time</i>) |
1343 <b>setCursorFlashTime</b>(<i>time</i>) |
1344 <p> |
1344 <p> |
1345 Public method to get the flash (blink) time of the cursor in |
1345 Public method to set the flash (blink) time of the cursor in |
1346 milliseconds. |
1346 milliseconds. |
1347 </p><p> |
1347 </p><p> |
1348 The flash time is the time required to display, invert and restore the |
1348 The flash time is the time required to display, invert and restore the |
1349 caret display. Usually the text cursor is displayed for half the cursor |
1349 caret display. Usually the text cursor is displayed for half the cursor |
1350 flash time, then hidden for the same amount of time. |
1350 flash time, then hidden for the same amount of time. |