mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add accessibility properties
This commit is contained in:
parent
d511b3f1e3
commit
b776163cd7
20 changed files with 324 additions and 13 deletions
|
@ -38,6 +38,10 @@ class Menu(AstNode):
|
|||
class MenuAttribute(BaseAttribute):
|
||||
tag_name = "attribute"
|
||||
|
||||
@property
|
||||
def value_type(self):
|
||||
return None
|
||||
|
||||
|
||||
menu_contents = Sequence()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue