diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /extras/source/glade/libreoffice-catalog.xml.in | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in new file mode 100644 index 000000000..9316bb275 --- /dev/null +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> +<!-- + * To get glade to use this, put this .xml into a dir e.g. ~/glade + * and + * export GLADE_CATALOG_SEARCH_PATH=~/glade + * for system-wide installation copy into /usr/share/glade/catalogs/ +--> +<glade-catalog name="LibreOffice" domain="glade-3" depends="gtk+" version="1.0"> + <glade-widget-classes> + + <glade-widget-class title="Sidebar ToolBox" name="sfxlo-SidebarToolBox" + generic-name="Sidebar ToolBox" parent="GtkToolbar" + icon-name="widget-gtk-toolbar"> + <properties> + <!-- Must override the default value of "icon-size", so "Large Toolbar" will be saved into .ui --> + <property id="icon-size" optional-default="False" optional="True" default="GTK_ICON_SIZE_BUTTON"/> + </properties> + </glade-widget-class> + + <glade-widget-class title="Recent Documents View" name="sfxlo-RecentDocsView" + generic-name="Icon View" parent="GtkIconView" + icon-name="widget-gtk-iconview"/> + <glade-widget-class title="Emoji View" name="sfxlo-EmojiView" + generic-name="Template Icon View" parent="GtkIconView" + icon-name="widget-gtk-iconview"/> + <glade-widget-class title="Template Thumbnail View" name="sfxlo-TemplateDefaultView" + generic-name="Template Icon View" parent="GtkIconView" + icon-name="widget-gtk-iconview"/> + + <glade-widget-class title="DataTreeListBox" name="svxcorelo-DataTreeListBox" + generic-name="DataTreeListBox" parent="GtkTreeView" + icon-name="widget-gtk-treeview"/> + + <glade-widget-class title="Notebook switching tabs depending on context" name="sfxlo-NotebookbarTabControl" + generic-name="NotebookbarTabControl" parent="GtkNotebook" + icon-name="widget-gtk-notebook"/> + <glade-widget-class title="Horizontal box hiding children depending on its priorities" name="sfxlo-PriorityHBox" + generic-name="PriorityHBox" parent="GtkBox" + icon-name="widget-gtk-box"/> + <glade-widget-class title="Horizontal box hiding children depending on its priorities" name="sfxlo-PriorityMergedHBox" + generic-name="PriorityMergedHBox" parent="GtkBox" + icon-name="widget-gtk-box"/> + <glade-widget-class title="Box which can move own content to the popup" name="sfxlo-DropdownBox" + generic-name="DropdownBox" parent="GtkBox" + icon-name="widget-gtk-box"/> + <glade-widget-class title="Box which can hide own content" name="VclOptionalBox" + generic-name="VclOptionalBox" parent="GtkBox" + icon-name="widget-gtk-box"/> + <glade-widget-class title="Notebookbar ToolBox" name="sfxlo-NotebookbarToolBox" + generic-name="Notebookbar ToolBox" parent="sfxlo-SidebarToolBox" + icon-name="widget-gtk-toolbar"/> + <glade-widget-class title="Vertical box hiding children depending on context" name="sfxlo-ContextVBox" + generic-name="ContextVBox" parent="GtkBox" + icon-name="widget-gtk-box"/> + <glade-widget-class title="Managed Menu Button" name="svtlo-ManagedMenuButton" + generic-name="ManagedMenuButton" parent="GtkButton" + icon-name="widget-gtk-button"/> + <glade-widget-class title="NotebookBar Toolbar Addons" name="NotebookBarAddonsToolMergePoint" + generic-name="ShowText" parent="GtkToolButton" + icon-name="widget-gtk-toolbutton"/> + <glade-widget-class title="NotebookBar MenuItem Addons" name="NotebookBarAddonsMenuMergePoint" + generic-name="ShowText" parent="GtkMenuItem" + icon-name="widget-gtk-menuitem"/> + </glade-widget-classes> +</glade-catalog> |