summaryrefslogtreecommitdiff
path: root/tests/visuals
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-02-03 17:34:29 +0100
committerBenjamin Otte <otte@redhat.com>2020-02-07 14:08:08 +0100
commite00030dff279b6d83a60164335e77d0edb6a455e (patch)
tree08ba9b5b6776cdd539bbd5382ee7424d3a54458c /tests/visuals
parent9cccb944ef0cf8f0f669fb580663c7f0191f2e4b (diff)
downloadgtk+-e00030dff279b6d83a60164335e77d0edb6a455e.tar.gz
css: Remove .primary-toolbar
It's not used anywhere anymore.
Diffstat (limited to 'tests/visuals')
-rw-r--r--tests/visuals/primary-toolbar.ui211
1 files changed, 0 insertions, 211 deletions
diff --git a/tests/visuals/primary-toolbar.ui b/tests/visuals/primary-toolbar.ui
deleted file mode 100644
index 31632c363a..0000000000
--- a/tests/visuals/primary-toolbar.ui
+++ /dev/null
@@ -1,211 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <!-- interface-requires gtk+ 3.0 -->
- <object class="GtkWindow" id="window1">
- <property name="can_focus">False</property>
- <property name="default_width">800</property>
- <child>
- <object class="GtkGrid" id="grid">
- <property name="row-spacing">6</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkToolbar" id="toolbar1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <style>
- <class name="primary-toolbar"/>
- </style>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton1">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="use_action_appearance">False</property>
- <property name="label" translatable="yes">Normal</property>
- <property name="use_underline">True</property>
- <property name="is_important">True</property>
- <property name="icon_name">edit-find</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton2">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="use_action_appearance">False</property>
- <property name="label" translatable="yes">Active</property>
- <property name="use_underline">True</property>
- <property name="is_important">True</property>
- <property name="icon_name">edit-find</property>
- <property name="active">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton3">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Insensitive</property>
- <property name="use_underline">True</property>
- <property name="is_important">True</property>
- <property name="icon_name">edit-find</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton4">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Insensitive Active</property>
- <property name="use_underline">True</property>
- <property name="icon_name">edit-find</property>
- <property name="is_important">True</property>
- <property name="active">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToolItem" id="toolitementry">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkEntry" id="entry1">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="invisible_char">•</property>
- <property name="placeholder-text" translatable="yes">Search...</property>
- <property name="secondary-icon-name">edit-find-symbolic</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- </packing>
- </child>
- <child>
- <object class="GtkToolItem" id="toolitemswitch">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkSwitch" id="switch1">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- </packing>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkToolbar" id="toolbar2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <style>
- <class name="primary-toolbar"/>
- </style>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton5">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Normal</property>
- <property name="use_underline">True</property>
- <property name="is_important">True</property>
- <property name="icon_name">edit-find-symbolic</property>
- <style>
- <class name="raised"/>
- </style>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton6">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Active</property>
- <property name="use_underline">True</property>
- <property name="is_important">True</property>
- <property name="icon_name">edit-find-symbolic</property>
- <property name="active">True</property>
- <style>
- <class name="raised"/>
- </style>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton7">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Insensitive</property>
- <property name="use_underline">True</property>
- <property name="is_important">True</property>
- <property name="icon_name">edit-find-symbolic</property>
- <style>
- <class name="raised"/>
- </style>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleToolButton" id="toolbutton8">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Insensitive Active</property>
- <property name="use_underline">True</property>
- <property name="icon_name">edit-find-symbolic</property>
- <property name="is_important">True</property>
- <property name="active">True</property>
- <style>
- <class name="raised"/>
- </style>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
-</interface>