mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Add a testcase with a print dialog
This commit is contained in:
parent
b2e624c50c
commit
5a257fe95f
@ -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
4098
tests/a11y/printdialog.txt
Normal file
File diff suppressed because it is too large
Load Diff
8
tests/a11y/printdialog.ui
Normal file
8
tests/a11y/printdialog.ui
Normal 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>
|
Loading…
Reference in New Issue
Block a user