libreoffice-catalog.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * This file is part of the LibreOffice project.
  4. *
  5. * This Source Code Form is subject to the terms of the Mozilla Public
  6. * License, v. 2.0. If a copy of the MPL was not distributed with this
  7. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  8. *
  9. -->
  10. <!--
  11. * To get glade to use this, put this .xml into a dir e.g. ~/glade
  12. * and
  13. * export GLADE_CATALOG_SEARCH_PATH=~/glade
  14. * for system-wide installation copy into /usr/share/glade/catalogs/
  15. -->
  16. <glade-catalog name="LibreOffice" domain="glade-3" depends="gtk+" version="1.0">
  17. <glade-widget-classes>
  18. <glade-widget-class title="Notebookbar ToolBox" name="sfxlo-NotebookbarToolBox" generic-name="Notebookbar ToolBox" parent="GtkToolbar" icon-name="widget-gtk-toolbar">
  19. <properties>
  20. <!-- Must override the default value of "icon-size", so "Large Toolbar" will be saved into .ui -->
  21. <property id="icon-size" optional-default="False" optional="True" default="GTK_ICON_SIZE_BUTTON"/>
  22. </properties>
  23. </glade-widget-class>
  24. <glade-widget-class title="Notebook switching tabs depending on context" name="sfxlo-NotebookbarTabControl" generic-name="NotebookbarTabControl" parent="GtkNotebook" icon-name="widget-gtk-notebook"/>
  25. <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"/>
  26. <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"/>
  27. <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"/>
  28. <glade-widget-class title="Box which can hide own content" name="VclOptionalBox" generic-name="VclOptionalBox" parent="GtkBox" icon-name="widget-gtk-box"/>
  29. <glade-widget-class title="Vertical box hiding children depending on context" name="sfxlo-ContextVBox" generic-name="ContextVBox" parent="GtkBox" icon-name="widget-gtk-box"/>
  30. <glade-widget-class title="Managed Menu Button" name="svtlo-ManagedMenuButton" generic-name="ManagedMenuButton" parent="GtkButton" icon-name="widget-gtk-button"/>
  31. <glade-widget-class title="NotebookBar Toolbar Addons" name="NotebookBarAddonsToolMergePoint" generic-name="ShowText" parent="GtkToolButton" icon-name="widget-gtk-toolbutton"/>
  32. <glade-widget-class title="NotebookBar MenuItem Addons" name="NotebookBarAddonsMenuMergePoint" generic-name="ShowText" parent="GtkMenuItem" icon-name="widget-gtk-menuitem"/>
  33. </glade-widget-classes>
  34. <glade-widget-group name="libreoffice" title="LibreOffice">
  35. <glade-widget-class-ref name="sfxlo-NotebookbarToolBox"/>
  36. <glade-widget-class-ref name="sfxlo-NotebookbarTabControl"/>
  37. <glade-widget-class-ref name="sfxlo-PriorityHBox"/>
  38. <glade-widget-class-ref name="sfxlo-PriorityMergedHBox"/>
  39. <glade-widget-class-ref name="sfxlo-DropdownBox"/>
  40. <glade-widget-class-ref name="VclOptionalBox"/>
  41. <glade-widget-class-ref name="sfxlo-ContextVBox"/>
  42. <glade-widget-class-ref name="svtlo-ManagedMenuButton"/>
  43. <glade-widget-class-ref name="NotebookBarAddonsToolMergePoint"/>
  44. <glade-widget-class-ref name="NotebookBarAddonsMenuMergePoint"/>
  45. </glade-widget-group>
  46. </glade-catalog>