Add a testcase with a print dialog

This commit is contained in:
Matthias Clasen 2011-06-21 20:08:46 -04:00
parent b2e624c50c
commit 5a257fe95f
3 changed files with 4108 additions and 1 deletions

View File

@ -36,4 +36,5 @@ EXTRA_DIST += \
about.ui about.txt \
appchooser.ui appchooser.txt \
fontchooser.ui fontchooser.txt \
messagedialog.ui messagedialog.txt
messagedialog.ui messagedialog.txt \
printdialog.ui printdialog.txt

4098
tests/a11y/printdialog.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkPrintUnixDialog" id="window1">
<property name="visible">True</property>
<property name="embed-page-setup">True</property>
</object>
</interface>