summaryrefslogtreecommitdiff
path: root/examples/validation/lang.glade
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 09:27:57 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 09:27:57 -0700
commit928ccf929c26a5344c224303b5108e99c2eb597a (patch)
tree6d371148311fe4467b0c9a208e9c36d24380c75e /examples/validation/lang.glade
Imported Upstream version 1.9.8
Diffstat (limited to 'examples/validation/lang.glade')
-rw-r--r--examples/validation/lang.glade75
1 files changed, 75 insertions, 0 deletions
diff --git a/examples/validation/lang.glade b/examples/validation/lang.glade
new file mode 100644
index 0000000..c66b0bb
--- /dev/null
+++ b/examples/validation/lang.glade
@@ -0,0 +1,75 @@
+<?xml version="1.0" ?>
+<glade-interface>
+ <widget class="GtkWindow" id="lang">
+ <property name="resize_mode">queue</property>
+ <property name="type">toplevel</property>
+ <child>
+ <widget class="GtkVBox" id="vbox1">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkFrame" id="frame1">
+ <property name="border_width">6</property>
+ <property name="label" translatable="True">English</property>
+ <property name="label_xalign">0.0</property>
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkEventBox" id="english">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkLabel" id="label1">
+ <property name="label" translatable="True">label</property>
+ <property name="visible">True</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ <packing/>
+ </child>
+ <child>
+ <widget class="GtkFrame" id="frame2">
+ <property name="border_width">6</property>
+ <property name="label" translatable="True">Swedish</property>
+ <property name="label_xalign">0.0</property>
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkEventBox" id="swedish">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkLabel" id="label2">
+ <property name="label" translatable="True">label</property>
+ <property name="visible">True</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkHButtonBox" id="hbuttonbox1">
+ <property name="border_width">6</property>
+ <property name="layout_style">end</property>
+ <property name="spacing">6</property>
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkButton" id="ok_button">
+ <property name="label" translatable="True">gtk-ok</property>
+ <property name="use_stock">True</property>
+ <property name="visible">True</property>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+</glade-interface>