[goffice] One more ui file.



commit 1f63e973a238d18cdbf93af8024ee8aac32618ef
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sun Jun 27 20:19:15 2010 +0200

    One more ui file.

 plugins/plot_distrib/gog-double-histogram-prefs.ui |   45 ++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/plugins/plot_distrib/gog-double-histogram-prefs.ui b/plugins/plot_distrib/gog-double-histogram-prefs.ui
new file mode 100644
index 0000000..1284dde
--- /dev/null
+++ b/plugins/plot_distrib/gog-double-histogram-prefs.ui
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<interface>
+  <!-- interface-requires gtk+ 2.12 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <object class="GtkTable" id="double-histogram-prefs">
+    <property name="visible">True</property>
+    <property name="border_width">12</property>
+    <property name="n_rows">2</property>
+    <property name="n_columns">2</property>
+    <property name="column_spacing">12</property>
+    <property name="row_spacing">6</property>
+    <child>
+      <object class="GtkLabel" id="label1">
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="xpad">5</property>
+        <property name="label" translatable="yes">First Y category label:</property>
+      </object>
+      <packing>
+        <property name="x_options">GTK_FILL</property>
+        <property name="y_options"></property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkLabel" id="label2">
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="xpad">5</property>
+        <property name="label" translatable="yes">Second Y category label:</property>
+      </object>
+      <packing>
+        <property name="top_attach">1</property>
+        <property name="bottom_attach">2</property>
+        <property name="x_options">GTK_FILL</property>
+        <property name="y_options"></property>
+      </packing>
+    </child>
+    <child>
+      <placeholder/>
+    </child>
+    <child>
+      <placeholder/>
+    </child>
+  </object>
+</interface>



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