blueprint-compiler/tests/sample_errors/inline_menu.blp
James Westman 447785ec8c language: Remove inline menus
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).
2022-10-14 22:12:56 -05:00

5 lines
67 B
Text

using Gtk 4.0;
MenuButton {
menu-model: menu primary_menu {};
}