diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-08-10 10:37:58 +0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-09-04 22:39:46 +0200 |
commit | 3652f6624528abcb5bcba3b637232d1422242eb3 (patch) | |
tree | b7ba5686bab0e47683ddf99bb7359a89d7e8a3b1 /extras/source/glade | |
parent | 283280ec542883d65cc97d4228434003a01be3e9 (diff) |
Initialize and update Function list box properly
* Add dispose methods to CommandCategortListBox
* Cast the commands list to SfxConfigFunctionListBox
* Update the glade catalog to include CommandCategoryListBox widget
* Borrow and adapt FillFunctionsList method from SfxConfigGroupListBox
* Create and setup proper SelectHDL(s)
Now the command list box (Function box on the left) is properly
populated and updated upon selection of a category from the categories
list box.
Implemented for the Menu and Context Menu tabs.
Change-Id: I30ebe89e80bdb2c5b686a26acb7c1ab1178b7525
Reviewed-on: https://gerrit.libreoffice.org/40968
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'extras/source/glade')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 83d1bc211779..73ef75c861af 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -854,5 +854,8 @@ <glade-widget-class title="Category ListBox" name="sdlo-CategoryListBox" generic-name="Category ListBox" parent="GtkTreeView" icon-name="widget-gtk-treeview"/> + <glade-widget-class title="Command Category ListBox" name="cuilo-CommandCategoryListBox" + generic-name="Command Category ListBox" parent="GtkComboBox" + icon-name="widget-gtk-combobox"/> </glade-widget-classes> </glade-catalog> |