mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
WIP: Add AdwMessageDialog support
Support AdwMessageDialog's custom XML.
This commit is contained in:
parent
08da6f79c7
commit
c5aeb9a16f
8 changed files with 156 additions and 0 deletions
|
@ -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,
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue