[gtk+] widget-factory: Add a discontinuous GtkScale with marks



commit eec9a743041cbecd33bdacfdf01e148600091189
Author: Carlos Soriano <carlos sorian89 gmail com>
Date:   Fri Dec 5 11:09:56 2014 +0100

    widget-factory: Add a discontinuous GtkScale with marks
    
    So designers can tweak the marks and developers can see how a
    discontinuos scale is implemented.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741117

 demos/widget-factory/widget-factory.ui |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 7b7cee0..1fe8a15 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -94,6 +94,13 @@
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
+  <object class="GtkAdjustment" id="adjustment3">
+    <property name="upper">4</property>
+    <property name="lower">0</property>
+    <property name="value">1</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">1</property>
+  </object>
   <object class="GtkAdjustment" id="pg_adjustment">
     <property name="upper">99</property>
     <property name="lower">1</property>
@@ -1261,6 +1268,29 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
                           </packing>
                         </child>
                         <child>
+                          <object class="GtkScale" id="scale5">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="draw_value">False</property>
+                            <property name="has_origin">False</property>
+                            <property name="round_digits">0</property>
+                            <property name="adjustment">adjustment3</property>
+                            <property name="restrict_to_fill_level">False</property>
+                            <marks>
+                              <mark value="0" position="bottom"/>
+                              <mark value="1" position="bottom"/>
+                              <mark value="2" position="bottom"/>
+                              <mark value="3" position="bottom"/>
+                              <mark value="4" position="bottom"/>
+                            </marks>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">True</property>
+                            <property name="position">2</property>
+                          </packing>
+                        </child>
+                        <child>
                           <object class="GtkBox" id="box25">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -1357,7 +1387,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
                           <packing>
                             <property name="expand">True</property>
                             <property name="fill">True</property>
-                            <property name="position">2</property>
+                            <property name="position">3</property>
                           </packing>
                         </child>
                       </object>


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