mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Support menus and object properties
This commit is contained in:
parent
b00401d53f
commit
7cf3c0bfb1
4 changed files with 159 additions and 15 deletions
|
@ -44,6 +44,17 @@ class TestParser(unittest.TestCase):
|
|||
}
|
||||
}
|
||||
|
||||
menu my_menu {
|
||||
section {
|
||||
item {
|
||||
label: "Run";
|
||||
target: "run";
|
||||
}
|
||||
}
|
||||
submenu {}
|
||||
item _("Copy") copy-symbolic app.copy;
|
||||
}
|
||||
|
||||
Label {
|
||||
style "dim-label", "my-class";
|
||||
label: "Text";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue