Add a messagedialog testcase
This commit is contained in:
10
tests/a11y/messagedialog.ui
Normal file
10
tests/a11y/messagedialog.ui
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkMessageDialog" id="window1">
|
||||
<property name="visible">True</property>
|
||||
<property name="message-type">info</property>
|
||||
<property name="text" translatable="yes">Information</property>
|
||||
<property name="secondary-text" translatable="yes">More Information</property>
|
||||
</object>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user