WIP: Add AdwMessageDialog support

Support AdwMessageDialog's custom XML.
This commit is contained in:
James Westman 2022-07-09 15:43:50 -05:00
parent 08da6f79c7
commit c5aeb9a16f
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
8 changed files with 156 additions and 0 deletions

View file

@ -1,6 +1,7 @@
""" Contains all the syntax beyond basic objects, properties, signal, and
templates. """
from .adw_message_dialog import Responses
from .attributes import BaseAttribute, BaseTypedAttribute
from .expression import Expr
from .gobject_object import Object, ObjectContent
@ -39,6 +40,7 @@ OBJECT_CONTENT_HOOKS.children = [
Widgets,
Items,
Strings,
Responses,
Child,
]