Lines Matching refs:string
11 // widget; you implement display, word-wrapping, and low-level string
79 // state of a text widget (except for the string, which you will store
110 // The basic concept is that you provide a "string" object which
112 // refer to positions in the string, implicitly representing positions
126 // STB_TEXTEDIT_STRING the type of object representing a string being edited,
129 // STB_TEXTEDIT_STRINGLEN(obj) the length of the string (ideally O(1))
211 // Each of these functions potentially updates the string and updates the
230 // (To copy, just copy the current selection out of the string yourself.)
327 // position of the text cursor within the string
385 #include <string.h>
574 // make the selection/cursor state valid if client altered the string