Add a scale to the popover menu example
Demonsttrate that this is flexible enough for the intended uses.
This commit is contained in:
		@ -472,6 +472,13 @@
 | 
			
		||||
            <property name="text">Item 7</property>
 | 
			
		||||
          </object>
 | 
			
		||||
        </child>
 | 
			
		||||
        <child>
 | 
			
		||||
          <object class="GtkScale">
 | 
			
		||||
            <property name="visible">True</property>
 | 
			
		||||
            <property name="draw-value">False</property>
 | 
			
		||||
            <property name="adjustment">adjustment</property>
 | 
			
		||||
          </object>
 | 
			
		||||
        </child>
 | 
			
		||||
        <child>
 | 
			
		||||
          <object class="GtkModelButton">
 | 
			
		||||
            <property name="visible">True</property>
 | 
			
		||||
@ -554,4 +561,9 @@
 | 
			
		||||
  <object class="GThemedIcon" id="icon-underline">
 | 
			
		||||
    <property name="name">format-text-underline-symbolic</property>
 | 
			
		||||
  </object>
 | 
			
		||||
  <object class="GtkAdjustment" id="adjustment">
 | 
			
		||||
    <property name="lower">0</property>
 | 
			
		||||
    <property name="upper">100</property>
 | 
			
		||||
    <property name="value">50</property>
 | 
			
		||||
  </object>
 | 
			
		||||
</interface>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user