forked from AuroraMiddleware/gtk
Add a scale to the popover menu example
Demonsttrate that this is flexible enough for the intended uses.
This commit is contained in:
parent
6e001acbf9
commit
f83c903ed8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user