File: controls-popover.ui

package info (click to toggle)
megapixels 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,876 kB
  • sloc: ansic: 6,530; python: 442; xml: 367; sh: 116; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <object class="GtkPopover" id="controls">
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <property name="hexpand">1</property>
        <property name="spacing">5</property>
        <child>
          <object class="GtkLabel" id="title">
          </object>
        </child>
        <child>
          <object class="GtkBox">
            <property name="orientation">horizontal</property>
            <property name="hexpand">1</property>
            <property name="spacing">5</property>
            <child>
              <object class="GtkScale" id="scale">
                <property name="orientation">horizontal</property>
                <property name="draw-value">0</property>
                <property name="width-request">150</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="value-label">
              </object>
            </child>
            <child>
              <object class="GtkToggleButton" id="auto-button">
                <property name="valign">center</property>
                <property name="label">auto</property>
                <property name="margin-start">5</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>