mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Inline menus didn't work anyway--menus have to be referenced by ID (though, curiously, you *can* put the <menu> within the <property> tag and immediately reference it--but that's a hack, and not what blueprint-compiler was doing).
5 lines
67 B
Text
5 lines
67 B
Text
using Gtk 4.0;
|
|
|
|
MenuButton {
|
|
menu-model: menu primary_menu {};
|
|
}
|