Searched defs:TextFieldAttribute (Results 1 – 1 of 1) sorted by relevance
32 struct TextFieldAttribute : Attribute { struct33 bool isValueUpdated = false;34 std::string value;35 std::string placeholder;36 std::string inputFilter;37 TextSelection selection;38 Dimension widthReserved;40 bool obscure = false;42 bool showCounter = false;44 bool extend = false;[all …]