diff options
Diffstat (limited to 'testsuite/a11y/actionbar.ui')
-rw-r--r-- | testsuite/a11y/actionbar.ui | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testsuite/a11y/actionbar.ui b/testsuite/a11y/actionbar.ui deleted file mode 100644 index fdf23e3b3d..0000000000 --- a/testsuite/a11y/actionbar.ui +++ /dev/null @@ -1,33 +0,0 @@ -<interface> - <object class="GtkWindow" id="window1"> - <child> - <object class="GtkActionBar" id="actionbar"> - <child type="start"> - <object class="GtkButton" id="button1"> - <property name="label">Start 1</property> - </object> - </child> - <child type="start"> - <object class="GtkButton" id="button2"> - <property name="label">Start 2</property> - </object> - </child> - <child type="end"> - <object class="GtkButton" id="button3"> - <property name="label">End 1</property> - </object> - </child> - <child type="end"> - <object class="GtkButton" id="button4"> - <property name="label">End 2</property> - </object> - </child> - <child type="center"> - <object class="GtkButton" id="button5"> - <property name="label">Center</property> - </object> - </child> - </object> - </child> - </object> -</interface> |