summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-07-01 15:53:46 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-08 13:23:24 +0000
commitd3dd6b5c41cbd16620bf53189b9c08ad5600fdc8 (patch)
treed0a38e7bd742d0fc670dab52cfaf3b5a3a9ddb1d /extras
parentb39596b109e05e6b49687e072bcb1e0b39b21dcc (diff)
GSoC notebookbar: container with priority
+ extended vcl builder to parse priority + IPrioritable interface for controls with priorities + added IPrioritable as a base for VclContainer + Added PriorityHBox - box which shows controls if we have enough space PriorityHBox listen vcl events from SystemWindow to detect Resize Change-Id: I74ac1a80e7d0a061f5e7a8584dbb2abf956053c7 Reviewed-on: https://gerrit.libreoffice.org/26983 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'extras')
-rw-r--r--extras/source/glade/libreoffice-catalog.xml.in3
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 a822164e04bc..b92d24be5670 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -827,5 +827,8 @@
<glade-widget-class title="Button with small padding" name="vcllo-SmallButton"
generic-name="SmallButton" parent="GtkButton"
icon-name="widget-gtk-button"/>
+ <glade-widget-class title="Horizontal box hiding childs depending on its priorities" name="sfxlo-PriorityHBox"
+ generic-name="PriorityHBox" parent="GtkBox"
+ icon-name="widget-gtk-box"/>
</glade-widget-classes>
</glade-catalog>