UTF8TextBox(const std::string &text="")
Constructor.
void setCaretColumnUTF8(int32_t column)
Sets caret column (UTF-8 aware).
int32_t getCaretColumnUTF8()
Gets caret column (UTF-8 aware).
int32_t getCaretRowUTF8()
Gets caret column (UTF-8 aware).
void setCaretRowColumnUTF8(int32_t row, int32_t column)
Sets caret row and column (UTF-8 aware).
UTF-8 aware version of the TextBox class.
UTF8StringEditor * mStringEditor
UTF-8 string editor suppor.
virtual void keyPressed(KeyEvent &keyEvent)
Key pressed handler.
void setCaretRowUTF8(int32_t row)
Sets caret row (UTF-8 aware).