Add Adw.MessageDialog responses extension

This commit is contained in:
James Westman 2023-03-19 18:19:31 -05:00
parent 749ee03e86
commit 0cf9a8e4fc
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
7 changed files with 221 additions and 14 deletions

View file

@ -1,3 +1,4 @@
from .adw_message_dialog import Responses
from .attributes import BaseAttribute, BaseTypedAttribute
from .binding import Binding
from .contexts import ValueTypeCtx
@ -56,6 +57,7 @@ OBJECT_CONTENT_HOOKS.children = [
Widgets,
Items,
Strings,
Responses,
Child,
]