summaryrefslogtreecommitdiff
path: root/extras/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-21 10:21:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-21 10:53:15 +0000
commitd48d8c5da8c51d7b87a609932d28db6ff132683b (patch)
tree70c862972a37c1317ba193c93daab97badbaac0e /extras/source
parentaa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd (diff)
add a glade catalog so glade can manage our custom widgets
export GLADE_CATALOG_SEARCH_PATH=install/share/glade distro maintainers can link/move this to /usr/share/glade/catalogs Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
Diffstat (limited to 'extras/source')
-rw-r--r--extras/source/glade/libreoffice-catalog.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml b/extras/source/glade/libreoffice-catalog.xml
new file mode 100644
index 000000000000..294ba917cd14
--- /dev/null
+++ b/extras/source/glade/libreoffice-catalog.xml
@@ -0,0 +1,46 @@
+<?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="Thesaurus View" name="cuilo-ThesaurusAlternativesCtrl"
+ generic-name="ThesaurusAlternativesCtrl" parent="GtkTextView"
+ icon-name="widget-gtk-textview"/>
+ <glade-widget-class title="Thesaurus Edit" name="cuilo-ReplaceEdit"
+ generic-name="ReplaceEdit" parent="GtkEntry"
+ icon-name="widget-gtk-textentry"/>
+ <glade-widget-class title="Thesaurus Lookup" name="cuilo-LookUpComboBox"
+ generic-name="LookUpComboBox" parent="GtkEntry"
+ icon-name="widget-gtk-comboboxtext"/>
+ <glade-widget-class title="Hyphen Edit" name="cuilo-HyphenEdit"
+ generic-name="ReplaceEdit" parent="GtkEntry"
+ icon-name="widget-gtk-textentry"/>
+ <glade-widget-class title="Color ListBox" name="svtlo-ColorListBox"
+ generic-name="LookUpComboBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+ <glade-widget-class title="Line ListBox" name="svtlo-LineListBox"
+ generic-name="LineListBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+ <glade-widget-class title="Language ListBox" name="svxcorelo-SvxLanguageBox"
+ generic-name="LanguageBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+ <glade-widget-class title="Font ListBox" name="svtlo-FontStyleBox"
+ generic-name="FontStyleBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+ <glade-widget-class title="Font Preview" name="svxlo-SvxFontPrevWindow"
+ generic-name="Font Preview Window" parent="GtkDrawingArea"
+ icon-name="widget-gtk-drawingarea"/>
+ </glade-widget-classes>
+</glade-catalog>