mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
16 lines
No EOL
489 B
XML
16 lines
No EOL
489 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="AdwAlertDialog" id="dialog1">
|
|
<responses>
|
|
<response id="ok">Ok</response>
|
|
<response id="cancel">Cancel</response>
|
|
</responses>
|
|
</object>
|
|
<object class="GtkButton" id="cancel"></object>
|
|
</interface> |