DEBSOURCES
Skip Quicknav
sources / blueprint-compiler / 0.18.0-2 / tests / samples / string_list.blp
123456789101112
using Gtk 4.0; StringList greetings { strings [ "Hello, world!", _("Hello!"), ] } DropDown { model: greetings; }