summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-17 18:04:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-11-10 13:36:17 -0500
commit79f0f1ce316633c9af686b65cf49c1a072e1b648 (patch)
tree7f9d27633e08ddc7fb40df449ed3c77c1d334626
parentcffa05010c5460a1d238239048afc6d726d73317 (diff)
downloadglade-79f0f1ce316633c9af686b65cf49c1a072e1b648.tar.gz
Support GtkSidebar as well
-rw-r--r--plugins/gtk+/gtk+.xml.in3
-rw-r--r--plugins/gtk+/icons/16x16/Makefile.am1
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-sidebar.pngbin0 -> 212 bytes
-rw-r--r--plugins/gtk+/icons/22x22/Makefile.am1
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-sidebar.pngbin0 -> 199 bytes
5 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index eb0275b4..3e5bd723 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2512,6 +2512,8 @@
</glade-widget-class>
+ <glade-widget-class name="GtkSidebar" generic-name="sidebar" _title="Sidebar" since="3.15"/>
+
<glade-widget-class name="GtkRevealer" generic-name="revealer" _title="Revealer" since="3.10">
<post-create-function>glade_gtk_revealer_post_create</post-create-function>
<properties>
@@ -5355,6 +5357,7 @@
<glade-widget-class-ref name="GtkInfoBar"/>
<glade-widget-class-ref name="GtkStackSwitcher" />
+ <glade-widget-class-ref name="GtkSidebar" />
</glade-widget-group>
<glade-widget-group name="gtk-composite" _title="Composite Widgets">
diff --git a/plugins/gtk+/icons/16x16/Makefile.am b/plugins/gtk+/icons/16x16/Makefile.am
index 6685b39f..3e4e8c49 100644
--- a/plugins/gtk+/icons/16x16/Makefile.am
+++ b/plugins/gtk+/icons/16x16/Makefile.am
@@ -98,6 +98,7 @@ icons_DATA = \
widget-gtk-separator.png \
widget-gtk-separatormenuitem.png \
widget-gtk-separatortoolitem.png \
+ widget-gtk-sidebar.png \
widget-gtk-sizegroup.png \
widget-gtk-spinbutton.png \
widget-gtk-spinner.png \
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-sidebar.png b/plugins/gtk+/icons/16x16/widget-gtk-sidebar.png
new file mode 100644
index 00000000..a680d2ff
--- /dev/null
+++ b/plugins/gtk+/icons/16x16/widget-gtk-sidebar.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/Makefile.am b/plugins/gtk+/icons/22x22/Makefile.am
index dfca02ab..83cc83b4 100644
--- a/plugins/gtk+/icons/22x22/Makefile.am
+++ b/plugins/gtk+/icons/22x22/Makefile.am
@@ -98,6 +98,7 @@ icons_DATA = \
widget-gtk-separator.png \
widget-gtk-separatormenuitem.png \
widget-gtk-separatortoolitem.png \
+ widget-gtk-sidebar.png \
widget-gtk-sizegroup.png \
widget-gtk-spinbutton.png \
widget-gtk-spinner.png \
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-sidebar.png b/plugins/gtk+/icons/22x22/widget-gtk-sidebar.png
new file mode 100644
index 00000000..f99a58aa
--- /dev/null
+++ b/plugins/gtk+/icons/22x22/widget-gtk-sidebar.png
Binary files differ