mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
8ce748e62b
commit
4b42016837
6 changed files with 24 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
|
||||
|
||||
from .attributes import BaseAttribute
|
||||
from .gobject_object import ObjectContent
|
||||
from .gobject_object import Object, ObjectContent
|
||||
from .ui import UI
|
||||
from .common import *
|
||||
|
||||
|
||||
class Menu(AstNode):
|
||||
class Menu(Object):
|
||||
def emit_xml(self, xml: XmlEmitter):
|
||||
xml.start_tag(self.tokens["tag"], id=self.tokens["id"])
|
||||
for child in self.children:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue