mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
css: Remove .primary-toolbar
It's not used anywhere anymore.
This commit is contained in:
parent
9cccb944ef
commit
e00030dff2
@ -15,104 +15,6 @@
|
|||||||
<property name="margin">10</property>
|
<property name="margin">10</property>
|
||||||
<property name="row-spacing">10</property>
|
<property name="row-spacing">10</property>
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
|
||||||
<object class="GtkToolbar">
|
|
||||||
<property name="hexpand">1</property>
|
|
||||||
<property name="show-arrow">0</property>
|
|
||||||
<style>
|
|
||||||
<class name="primary-toolbar"/>
|
|
||||||
</style>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Normal</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Active</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<property name="active">1</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="sensitive">0</property>
|
|
||||||
<property name="label" translatable="yes">Insensitive</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Raised</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<style>
|
|
||||||
<class name="raised"/>
|
|
||||||
</style>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Raised Active</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<property name="active">1</property>
|
|
||||||
<style>
|
|
||||||
<class name="raised"/>
|
|
||||||
</style>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="sensitive">0</property>
|
|
||||||
<property name="label" translatable="yes">Insensitive Active</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="active">1</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToolItem">
|
|
||||||
<child>
|
|
||||||
<object class="GtkEntry" id="entry1">
|
|
||||||
<property name="can-focus">1</property>
|
|
||||||
<property name="width-chars">10</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>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToolItem">
|
|
||||||
<child>
|
|
||||||
<object class="GtkSwitch" id="switch1">
|
|
||||||
<property name="can-focus">1</property>
|
|
||||||
<property name="valign">center</property>
|
|
||||||
<property name="tooltip_text">Switch it</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
|
@ -4,103 +4,6 @@
|
|||||||
<property name="row-spacing">10</property>
|
<property name="row-spacing">10</property>
|
||||||
<property name="margin">10</property>
|
<property name="margin">10</property>
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
|
||||||
<object class="GtkToolbar">
|
|
||||||
<property name="hexpand">1</property>
|
|
||||||
<property name="show-arrow">0</property>
|
|
||||||
<style>
|
|
||||||
<class name="primary-toolbar"/>
|
|
||||||
</style>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Normal</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Active</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<property name="active">1</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="sensitive">0</property>
|
|
||||||
<property name="label" translatable="yes">Insensitive</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Raised</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<style>
|
|
||||||
<class name="raised"/>
|
|
||||||
</style>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="label" translatable="yes">Raised Active</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<property name="active">1</property>
|
|
||||||
<style>
|
|
||||||
<class name="raised"/>
|
|
||||||
</style>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToggleToolButton">
|
|
||||||
<property name="homogeneous">1</property>
|
|
||||||
<property name="sensitive">0</property>
|
|
||||||
<property name="label" translatable="yes">Insensitive Active</property>
|
|
||||||
<property name="use-underline">1</property>
|
|
||||||
<property name="icon-name">edit-find</property>
|
|
||||||
<property name="is-important">1</property>
|
|
||||||
<property name="active">1</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToolItem">
|
|
||||||
<child>
|
|
||||||
<object class="GtkEntry" id="entry1">
|
|
||||||
<property name="can-focus">1</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>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkToolItem">
|
|
||||||
<child>
|
|
||||||
<object class="GtkSwitch" id="switch1">
|
|
||||||
<property name="can-focus">1</property>
|
|
||||||
<property name="valign">center</property>
|
|
||||||
<property name="tooltip_text">Switch it</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
|
@ -4764,7 +4764,6 @@ GTK_STYLE_CLASS_PANE_SEPARATOR
|
|||||||
GTK_STYLE_CLASS_PAPER
|
GTK_STYLE_CLASS_PAPER
|
||||||
GTK_STYLE_CLASS_POPUP
|
GTK_STYLE_CLASS_POPUP
|
||||||
GTK_STYLE_CLASS_POPOVER
|
GTK_STYLE_CLASS_POPOVER
|
||||||
GTK_STYLE_CLASS_PRIMARY_TOOLBAR
|
|
||||||
GTK_STYLE_CLASS_PROGRESSBAR
|
GTK_STYLE_CLASS_PROGRESSBAR
|
||||||
GTK_STYLE_CLASS_PULSE
|
GTK_STYLE_CLASS_PULSE
|
||||||
GTK_STYLE_CLASS_QUESTION
|
GTK_STYLE_CLASS_QUESTION
|
||||||
|
@ -240,15 +240,6 @@ struct _GtkStyleContextClass
|
|||||||
*/
|
*/
|
||||||
#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
|
#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
|
||||||
|
|
||||||
/**
|
|
||||||
* GTK_STYLE_CLASS_PRIMARY_TOOLBAR:
|
|
||||||
*
|
|
||||||
* A CSS class to match primary toolbars.
|
|
||||||
*
|
|
||||||
* Refer to individual widget documentation for used style classes.
|
|
||||||
*/
|
|
||||||
#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GTK_STYLE_CLASS_STATUSBAR:
|
* GTK_STYLE_CLASS_STATUSBAR:
|
||||||
*
|
*
|
||||||
|
@ -825,8 +825,6 @@ button {
|
|||||||
> box > box > label { font-weight: bold; }
|
> box > box > label { font-weight: bold; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows
|
|
||||||
|
|
||||||
.linked:not(.vertical) > & { @extend %linked; }
|
.linked:not(.vertical) > & { @extend %linked; }
|
||||||
|
|
||||||
.linked.vertical > & { @extend %linked_vertical; }
|
.linked.vertical > & { @extend %linked_vertical; }
|
||||||
|
@ -686,8 +686,6 @@ button {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows
|
|
||||||
|
|
||||||
.linked:not(.vertical) > & { @extend %linked; }
|
.linked:not(.vertical) > & { @extend %linked; }
|
||||||
|
|
||||||
.linked.vertical > & { @extend %linked_vertical; }
|
.linked.vertical > & { @extend %linked_vertical; }
|
||||||
|
@ -355,5 +355,4 @@ testsuite/tools/simplify-data-3to4/stack.ui
|
|||||||
testsuite/tools/simplify-data/test3.ui
|
testsuite/tools/simplify-data/test3.ui
|
||||||
tests/visuals/linked-buttons-horizontal.ui
|
tests/visuals/linked-buttons-horizontal.ui
|
||||||
tests/visuals/linked-buttons-vertical.ui
|
tests/visuals/linked-buttons-vertical.ui
|
||||||
tests/visuals/primary-toolbar.ui
|
|
||||||
tests/visuals/suggested-action-buttons.ui
|
tests/visuals/suggested-action-buttons.ui
|
||||||
|
@ -315,5 +315,4 @@ testsuite/tools/simplify-data-3to4/stack.ui
|
|||||||
testsuite/tools/simplify-data/test3.ui
|
testsuite/tools/simplify-data/test3.ui
|
||||||
tests/visuals/linked-buttons-horizontal.ui
|
tests/visuals/linked-buttons-horizontal.ui
|
||||||
tests/visuals/linked-buttons-vertical.ui
|
tests/visuals/linked-buttons-vertical.ui
|
||||||
tests/visuals/primary-toolbar.ui
|
|
||||||
tests/visuals/suggested-action-buttons.ui
|
tests/visuals/suggested-action-buttons.ui
|
||||||
|
@ -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>
|
|
Loading…
Reference in New Issue
Block a user