mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add support for Adw.AlertDialog
This commit is contained in:
parent
6522421251
commit
ba8b492134
13 changed files with 136 additions and 40 deletions
|
@ -337,7 +337,7 @@ class XmlOutput(OutputFormat):
|
|||
self._emit_attribute("property", "name", prop.name, prop.value, xml)
|
||||
xml.end_tag()
|
||||
|
||||
elif isinstance(extension, ExtAdwMessageDialog):
|
||||
elif isinstance(extension, ExtAdwResponseDialog):
|
||||
xml.start_tag("responses")
|
||||
for response in extension.responses:
|
||||
xml.start_tag(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue