summaryrefslogtreecommitdiffstats
path: root/bin/gui/control.glade
diff options
context:
space:
mode:
authorMaria <matveeva.maria@gmail.com>2013-11-06 12:44:39 +0100
committerMaria <matveeva.maria@gmail.com>2013-11-06 14:04:56 +0100
commit62da8b72040f2d2d17cffbc8e6028a907d01ba7e (patch)
tree9466313ede3611214e3c7039072cb5e2b49e7c9d /bin/gui/control.glade
parentf94e0d52f183b9fc0aec9f72c425240959041b6f (diff)
downloaduca-62da8b72040f2d2d17cffbc8e6028a907d01ba7e.tar.gz
uca-62da8b72040f2d2d17cffbc8e6028a907d01ba7e.tar.bz2
uca-62da8b72040f2d2d17cffbc8e6028a907d01ba7e.tar.xz
uca-62da8b72040f2d2d17cffbc8e6028a907d01ba7e.zip
Add more statistics
Diffstat (limited to 'bin/gui/control.glade')
-rw-r--r--bin/gui/control.glade82
1 files changed, 62 insertions, 20 deletions
diff --git a/bin/gui/control.glade b/bin/gui/control.glade
index a8b90ca..8d72d70 100644
--- a/bin/gui/control.glade
+++ b/bin/gui/control.glade
@@ -472,10 +472,19 @@
<property name="can_focus">False</property>
<property name="resize_mode">queue</property>
<child>
- <object class="GtkImage" id="image">
+ <object class="GtkEventBox" id="eventbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-missing-image</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_STRUCTURE_MASK</property>
+ <property name="resize_mode">queue</property>
+ <child>
+ <object class="GtkImage" id="image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_STRUCTURE_MASK</property>
+ <property name="stock">gtk-missing-image</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -915,17 +924,6 @@
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
- <object class="GtkLabel" id="label20">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Pixel counts:</property>
- </object>
- <packing>
- <property name="x_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
<object class="GtkLabel" id="label21">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -933,8 +931,6 @@
<property name="label" translatable="yes">Distribution:</property>
</object>
<packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
@@ -999,23 +995,69 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="label26">
+ <object class="GtkHBox" id="hbox4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">0</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="x-label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">x = 0.0</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="y-label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">y = 0.0</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="val-label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">val = 0</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
+ <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>
</object>
<packing>
<property name="expand">True</property>