Notes
GTK+ 3 Text Widget Overview
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.
GitHub: antoyo/relm – Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
tags: Rust GUI,Elm,GTK
Elm
source: https://elm-lang.org/ A delightful language for reliable web applications.
GitHub: iced-rs/iced – A cross-platform GUI library for Rust, inspired by Elm
tags: Rust GUI,Elm The most popular GUI library for Rust.