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

Lines Matching refs:characters

255 // Returns the number of characters in the document.
341 // Are white space characters currently visible?
347 // Make white space characters invisible, always visible or visible outside indentation.
424 // Change style from current styling position for length characters to a style
451 // Set the code page used to interpret the bytes of the document as characters.
608 // Set the size of characters of a style.
703 // Set the set of characters making up words for when moving or selecting by word.
705 void wxStyledTextCtrl::SetWordChars(const wxString& characters) {
706 SendMsg(2077, 0, (wxIntPtr)(const char*)wx2stc(characters));
806 // The lenEntered parameter indicates how many characters before
864 // Define a set of characters that when typed will cause the autocompletion to
905 // Set whether or not autocompletion deletes any word characters
911 // Retrieve whether or not autocompletion deletes any word characters
950 // Set the maximum width, in characters, of auto-completion and user lists.
956 // Get the maximum width, in characters, of auto-completion and user lists.
982 // Indentation will only use space characters if useTabs is false, otherwise
1044 // Get the position after the last visible characters on a line.
1049 // Get the code page used to interpret the bytes of the document as characters.
1336 // Retrieve the number of characters in the document.
1653 // Does not handle tab or control characters.
1698 // and then the foreground. This avoids chopping off characters that overlap the next run.
2016 // How many characters are on a line, not including end of line characters?
2021 // Highlight the characters at two positions.
2036 // Are the end of line characters visible?
2041 // Make the end of line characters visible or invisible.
2199 // Change the way control characters are displayed:
2205 // Get the way control characters are displayed.
2447 // Set the set of characters making up whitespace for when moving or selecting by word.
2449 void wxStyledTextCtrl::SetWhitespaceChars(const wxString& characters) {
2450 SendMsg(2443, 0, (wxIntPtr)(const char*)wx2stc(characters));
2453 // Reset the set of characters for whitespace and word characters to the defaults.
2469 // multi-byte characters. If beyond end of line, return line end position.
3107 // common characters. It comes to us as both Alt and Ctrl down so we need