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).
This commit is contained in:
James Westman 2022-10-14 21:16:18 -05:00
parent f1c3413dc1
commit 447785ec8c
12 changed files with 11 additions and 28 deletions

View file

@ -1,5 +0,0 @@
using Gtk 4.0;
MenuButton {
menu-model: menu primary_menu {};
}

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkMenuButton">
<property name="menu-model">
<menu id="primary_menu"></menu>
</property>
</object>
</interface>