GTK Debug Mode
tags: GTK GTK_DEBUG=interactive my-gtk-app
tags: GTK GTK_DEBUG=interactive my-gtk-app
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 modifications GtkTextMark can be used to preserve a position. GtkTextView to show GtkTextBuffer. GtkTextTagTable to control the appearence of text, like bold/color/etc.
tags: Rust GUI,Elm,GTK