]> Pileus Git - ~andy/csm213a-hw/blobdiff - vis/visual.ui
Get things running
[~andy/csm213a-hw] / vis / visual.ui
index 399dc9be466920a64c7de398fa774d72ffdbe1e7..a9f155738e62e41dc528c1a0718c708177a6f529 100644 (file)
@@ -51,7 +51,7 @@
     <property name="stock_id">gtk-floppy</property>
     <signal name="activate" handler="on_flush" swapped="no"/>
   </object>
-  <object class="GtkAdjustment" id="light_adj">
+  <object class="GtkAdjustment" id="lgt_adj">
     <property name="upper">100</property>
     <property name="value">1</property>
     <property name="step_increment">1</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
-  <object class="GtkAdjustment" id="touch_adj">
+  <object class="GtkAdjustment" id="tch_adj">
     <property name="upper">100</property>
     <property name="value">1</property>
     <property name="step_increment">1</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkCheckButton" id="touch_btn">
+                  <object class="GtkCheckButton" id="tch_btn">
                     <property name="label" translatable="yes">Tounch Sensor</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkCheckButton" id="light_btn">
+                  <object class="GtkCheckButton" id="lgt_btn">
                     <property name="label" translatable="yes">Light Sensor</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkSpinButton" id="touch_spin">
+                  <object class="GtkSpinButton" id="tch_spin">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="invisible_char">●</property>
                     <property name="secondary_icon_activatable">False</property>
                     <property name="primary_icon_sensitive">True</property>
                     <property name="secondary_icon_sensitive">True</property>
-                    <property name="adjustment">touch_adj</property>
+                    <property name="adjustment">tch_adj</property>
                     <property name="digits">5</property>
                     <property name="numeric">True</property>
                     <signal name="value-changed" handler="on_rate" swapped="no"/>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkSpinButton" id="light_spin">
+                  <object class="GtkSpinButton" id="lgt_spin">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="invisible_char">●</property>
                     <property name="secondary_icon_activatable">False</property>
                     <property name="primary_icon_sensitive">True</property>
                     <property name="secondary_icon_sensitive">True</property>
-                    <property name="adjustment">light_adj</property>
+                    <property name="adjustment">lgt_adj</property>
                     <property name="digits">5</property>
                     <property name="numeric">True</property>
                     <signal name="value-changed" handler="on_rate" swapped="no"/>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="touch">
+                  <object class="GtkLabel" id="tch">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="light">
+                  <object class="GtkLabel" id="lgt">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="touch_lbl">
+                  <object class="GtkLabel" id="tch_lbl">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="light_lbl">
+                  <object class="GtkLabel" id="lgt_lbl">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>