Searched defs:FFL_TextFieldState (Results 1 – 1 of 1) sorted by relevance
19 struct FFL_TextFieldState { struct20 FFL_TextFieldState() : nStart(0), nEnd(0) {} in FFL_TextFieldState() function22 int nStart;23 int nEnd;24 WideString sValue;