- tags: GUI,GTK
- source: “Text Widget Overview.” Accessed February 9, 2022. https://docs.huihoo.com/gtk/3.0.3/TextWidget.html.
GtkTextBuffer
for the text to edit.GtkTextIter
to manipulate text, can’t be used to preserve positions across buffer modificationsGtkTextMark
can be used to preserve a position.GtkTextView
to showGtkTextBuffer
.GtkTextTagTable
to control the appearence of text, like bold/color/etc.