diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-08-04 20:03:47 +0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-09-04 22:39:46 +0200 |
commit | 283280ec542883d65cc97d4228434003a01be3e9 (patch) | |
tree | e2b8e2c76bf9dfc38e4ced22842300f683649774 /cui/uiconfig | |
parent | d69f9436b59e249af8dcac88ccadf09b920b1bab (diff) |
Add custom widget class: CommandCategoryListBox
It now lists all command categories which can be
added based on the current module (writer, calc etc.)
This class will be expanded later with macros and styles
handling stuff. It will also update the commands listbox
when it is added.
Change-Id: I4f50408641db067118f63fe0e9a1ee755873412f
Reviewed-on: https://gerrit.libreoffice.org/40833
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/menuassignpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/menuassignpage.ui b/cui/uiconfig/ui/menuassignpage.ui index 4e46e29e8690..f9cac5ae58dc 100644 --- a/cui/uiconfig/ui/menuassignpage.ui +++ b/cui/uiconfig/ui/menuassignpage.ui @@ -537,7 +537,7 @@ </packing> </child> <child> - <object class="GtkComboBoxText" id="toplevellist1"> + <object class="cuilo-CommandCategoryListBox" id="commandcategorylist"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_bottom">5</property> |