GUI

February 9, 2022 · 0 min · Gray King

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.

February 9, 2022 · 1 min · Gray King

GitHub: antoyo/relm – Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust

tags: Rust GUI,Elm,GTK

February 8, 2022 · 1 min · Gray King

Elm

source: https://elm-lang.org/ A delightful language for reliable web applications.

February 8, 2022 · 1 min · Gray King

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.

February 8, 2022 · 1 min · Gray King