DEBSOURCES
Skip Quicknav
sources / blueprint-compiler / 0.19.0-2 / tests / samples / flags.blp
12345678910
using Gtk 4.0; using Gio 2.0; Gio.Application { flags: is_service | handles_open; } EventControllerScroll { flags: vertical; }