Skip to content

Instantly share code, notes, and snippets.

View imhemish's full-sized avatar

Hemish imhemish

View GitHub Profile
@imhemish
imhemish / demo.blp
Created December 8, 2023 12:28
Menu inside a headerbar (Gtk4 with blueprint)
using Gtk 4.0;
using Adw 1;
menu menu {
submenu {
label: _("File");
item {
label: _("New");
action: "app.new";
}