mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -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
12
tests/sample_errors/responses.blp
Normal file
12
tests/sample_errors/responses.blp
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.MessageDialog {
|
||||
responses {
|
||||
duplicate: _("Hello"),
|
||||
duplicate_appearance: _("1") destructive suggested,
|
||||
duplicate: _("Goodbye"),
|
||||
}
|
||||
|
||||
responses {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue