[glade] Gladeui plugin: Add GladeEditorTable to the palette.



commit 238efe9b789fe6c8f52b8ac2de168a9c6ccd54c7
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Apr 13 23:18:56 2013 +0900

    Gladeui plugin: Add GladeEditorTable to the palette.

 plugins/gladeui/gladeui.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/plugins/gladeui/gladeui.xml b/plugins/gladeui/gladeui.xml
index 04fe8db..5f6cac2 100644
--- a/plugins/gladeui/gladeui.xml
+++ b/plugins/gladeui/gladeui.xml
@@ -23,6 +23,19 @@
       </properties>
     </glade-widget-class>
 
+    <glade-widget-class name="GladeEditorTable" generic-name="editortable"
+                       title="Editor Table" icon-name="widget-gtk-table" use-placeholders="False">
+      <properties>
+       <property id="orientation" disabled="True"/>
+       <property id="n-rows" disabled="True"/>
+       <property id="n-columns" disabled="True"/>
+       <property id="row-spacing" disabled="True"/>
+       <property id="column-spacing" disabled="True"/>
+       <property id="row-homogenous" disabled="True"/>
+       <property id="column-homogenous" disabled="True"/>
+      </properties>
+    </glade-widget-class>
+
     <glade-widget-class name="GladePropertyLabel" generic-name="propertylabel" title="Property Label" 
icon-name="widget-gtk-label"/>
     <glade-widget-class name="GladePropertyShell" generic-name="propertyshell"
                        title="Property Shell" icon-name="widget-gtk-entry" use-placeholders="False">
@@ -46,6 +59,7 @@
     <default-palette-state expanded="False"/>
 
     <glade-widget-class-ref name="GladeEditorSkeleton"/>
+    <glade-widget-class-ref name="GladeEditorTable"/>
     <glade-widget-class-ref name="GladePropertyLabel"/>
     <glade-widget-class-ref name="GladePropertyShell"/>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]