• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/

Lines Matching defs:caret

71     wxRichTextCaretTimer(wxRichTextCaret* caret)
73 m_caret = caret;
83 * are platform-specific problems with the generic caret.
94 // creates a block caret associated with the given window
109 // draw the caret on the given DC
127 // refresh the caret
515 // then we should keep the caret showing at the start of the line
643 // then we should keep the caret showing at the start of the line
806 // Submit range in character positions, which are greater than caret positions,
910 // Submit range in character positions, which are greater than caret positions,
959 // Submit range in character positions, which are greater than caret positions,
1202 /// Extend the selection. Selections are in caret positions.
1409 /// Move caret one visual step forward: this may mean setting a flag
1411 /// to the start of the next, which may be the exact same caret position.
1427 // stay at the same actual caret position but change visual
1454 /// Move caret one visual step backward: this may mean setting a flag
1456 /// to the start of the next, which may be the exact same caret position.
1472 // stay at the same actual caret position but change visual
1484 // We're at the start of the line, so keep the same caret position
1520 // we want to adjust the caret position such that it is positioned at the
1615 // so we view the caret at the start of the line.
1829 // Finds the caret position for the next word
1841 // i is in character, not caret positions
1857 // i is in character, not caret positions
1869 // Convert to caret position
1884 // i is in character, not caret positions
1898 // i is in character, not caret positions
2007 // If the caret position has changed, no longer reflect the default style
2993 /// Position the caret
3007 //wxLogDebug(wxT("Positioning caret %d, %d"), pt.x, pt.y);
3013 // If the caret is beyond the margin, hide it by moving it out of the way
3023 /// Get the caret height and position for the given character position
3047 /// Gets the line for the visible caret position. If the caret is
3069 /// Move the caret to the given character position
3088 /// setting the caret position.
3428 /// The adjusted caret position is the character position adjusted to take
3588 // showing/hiding/moving the caret (base class interface)
3663 // drawing the caret