diff options
| author | Matthias Clasen <mclasen@redhat.com> | 2019-12-26 22:59:38 -0500 |
|---|---|---|
| committer | Matthias Clasen <mclasen@redhat.com> | 2019-12-29 20:31:57 -0500 |
| commit | 59aeae3c8e78bef538dffb91acd29bdaff197456 (patch) | |
| tree | cbd7cbfdd6c88aca11912caa156a0b8aa5afcd93 /testsuite/a11y/menubutton.ui | |
| parent | 941f22c03363a242e5cc4a46fb71128e36c95179 (diff) | |
| download | gtk+-59aeae3c8e78bef538dffb91acd29bdaff197456.tar.gz | |
testsuite: Remove menu tests
Menus are going away.
Diffstat (limited to 'testsuite/a11y/menubutton.ui')
| -rw-r--r-- | testsuite/a11y/menubutton.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/a11y/menubutton.ui b/testsuite/a11y/menubutton.ui index 576a9c6101..eb7d509d73 100644 --- a/testsuite/a11y/menubutton.ui +++ b/testsuite/a11y/menubutton.ui @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> - <object class="GtkMenu" id="menu"> + <object class="GtkPopover" id="menu"> <property name="visible">True</property> - <property name="can_focus">False</property> <child> - <object class="GtkMenuItem" id="imagemenuitem"> + <object class="GtkButton" id="button"> <property name="label" translatable="yes">_New</property> <property name="visible">True</property> - <property name="can_focus">False</property> <property name="use_underline">True</property> </object> </child> |
