diff options
author | Mathias Hasselmann <mathias@openismus.com> | 2013-03-21 07:58:31 +0100 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-03-24 14:42:41 +0000 |
commit | 379988085239fdd93dd87870bcc4966aeaa9b396 (patch) | |
tree | 1ef44b35bda9d00c944d175140c4ddaf3aadff5d /extras | |
parent | d72b4106e2b1525f76ea4d91458204aeec8b408e (diff) |
Add builder support for a few dbaui controls
This adds the needed methods and catalog definitions for
dbaui::OGenericAdministrationPage, dbaui::OpenDocumentButton
and dbaui::OpenDocumentListBox.
Change-Id: I5b883c39f1cb9623c357e5ebec1632816547ff03
Reviewed-on: https://gerrit.libreoffice.org/2886
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index f69393dff72f..70b1a2f57d8e 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -150,5 +150,13 @@ generic-name="Reference Edit" parent="GtkEntry" icon-name="widget-gtk-textentry"/> + <glade-widget-class title="Open Document ListBox" name="dbaui-OpenDocumentListBox" + generic-name="Open Document ListBox" parent="GtkComboBox" + icon-name="widget-gtk-combobox"/> + + <glade-widget-class title="Open Document Button" name="dbaui-OpenDocumentButton" + generic-name="Open Document Button" parent="GtkButton" + icon-name="widget-gtk-button"/> + </glade-widget-classes> </glade-catalog> |