summaryrefslogtreecommitdiff
path: root/plugins/gtk-private
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-14 02:42:50 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-14 02:49:37 +0900
commit05cdf1e8548a88dd7660e2c98f425194ae7fc186 (patch)
tree2f96ee7c111cf685c98074c780022922b63fd647 /plugins/gtk-private
parent05b767855a4ed16c4b606cb493a3f2d7dca0fa55 (diff)
downloadglade-05cdf1e8548a88dd7660e2c98f425194ae7fc186.tar.gz
Added plugin private catalog
Diffstat (limited to 'plugins/gtk-private')
-rw-r--r--plugins/gtk-private/glade-gtk-private.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/gtk-private/glade-gtk-private.xml b/plugins/gtk-private/glade-gtk-private.xml
new file mode 100644
index 00000000..cbb58d26
--- /dev/null
+++ b/plugins/gtk-private/glade-gtk-private.xml
@@ -0,0 +1,19 @@
+<glade-catalog name="glade-gtk-plugin"
+ depends="gtk+"
+ library="gladegtk">
+ <glade-widget-classes>
+ <!-- Editors to use in our GTK+ plugin -->
+ <glade-widget-class name="GladeActivatableEditor" generic-name="activatableeditor" title="Activatable Editor"
+ icon-name="widget-gtk-action"/>
+ <glade-widget-class name="GladeButtonEditor" generic-name="buttoneditor" title="Button Editor"
+ icon-name="widget-gtk-button"/>
+ </glade-widget-classes>
+
+ <glade-widget-group name="glade-gtk-plugin" title="GTK+ Plugin Editors">
+
+ <default-palette-state expanded="False"/>
+
+ <glade-widget-class-ref name="GladeActivatableEditor"/>
+ <glade-widget-class-ref name="GladeButtonEditor"/>
+ </glade-widget-group>
+</glade-catalog>