void pop_back()
Remove the last Glyph from the current contents. No-op if this->empty();.
Definition: text_view.cpp:101
void insert(Glyph_string text, int index)
Inserts text starting at index into the current contents.
Definition: text_view.cpp:63
void append(Glyph_string text)
Inserts text to the end of the current contents.
Definition: text_view.cpp:79
void erase(int index, int length=Glyph_string::npos)
Remove Glyphs from contents starting at index, for length Glyphs.
Definition: text_view.cpp:88
void set_text(Glyph_string text)
Replace the current contents with text.
Definition: text_view.cpp:34
Interactive Glyph_string display with text wrapping, alignment, etc...
Definition: textbox.hpp:15