mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
Allow inline menus
Newer versions of GTK allow menus to be specified inline in properties.
This commit is contained in:
parent
4d42bd68c1
commit
71dcc02198
10 changed files with 34 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
MenuButton {
|
||||
menu-model: menu primary_menu {};
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
4,15,4,Namespace Gtk does not contain a type called menu
|
|
@ -1,3 +0,0 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
menu {}
|
|
@ -1 +0,0 @@
|
|||
3,1,4,Menu requires an ID
|
Loading…
Add table
Add a link
Reference in a new issue