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
|
@ -3,7 +3,7 @@ from .adw_breakpoint import (
|
|||
AdwBreakpointSetter,
|
||||
AdwBreakpointSetters,
|
||||
)
|
||||
from .adw_message_dialog import ExtAdwMessageDialog
|
||||
from .adw_response_dialog import ExtAdwResponseDialog
|
||||
from .attributes import BaseAttribute
|
||||
from .binding import Binding
|
||||
from .common import *
|
||||
|
@ -60,7 +60,7 @@ OBJECT_CONTENT_HOOKS.children = [
|
|||
AdwBreakpointCondition,
|
||||
AdwBreakpointSetters,
|
||||
ExtAccessibility,
|
||||
ExtAdwMessageDialog,
|
||||
ExtAdwResponseDialog,
|
||||
ExtComboBoxItems,
|
||||
ext_file_filter_mime_types,
|
||||
ext_file_filter_patterns,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue