summaryrefslogtreecommitdiffstats
path: root/panels/printers/pp-options-dialog.ui
blob: 49e6fb9fea06dcac6536d1677c411f819256571b (plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface>
  <requires lib="gtk+" version="3.12"/>
  <template class="PpOptionsDialog" parent="GtkDialog">
    <property name="width_request">500</property>
    <property name="height_request">400</property>
    <property name="resizable">False</property>
    <property name="modal">True</property>
    <child internal-child="headerbar">
      <object class="GtkHeaderBar">
        <child>
          <object class="GtkButton">
            <property name="label" translatable="yes" comments="Translators: This button triggers the printing of a test page.">Test Page</property>
            <signal name="clicked" handler="test_page_cb" object="PpOptionsDialog" swapped="yes"/>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkBox">
        <child>
          <object class="GtkStack" id="stack">
            <property name="hhomogeneous">True</property>
            <property name="vhomogeneous">True</property>
            <child>
              <object class="GtkBox" id="main_box">
                <property name="orientation">vertical</property>
                <property name="spacing">10</property>
                <child>
                  <object class="GtkBox">
                    <property name="hexpand">True</property>
                    <property name="vexpand">True</property>
                    <child>
                      <object class="GtkScrolledWindow">
                        <property name="width_request">120</property>
                        <property name="hscrollbar_policy">never</property>
                        <child>
                          <object class="GtkTreeView" id="categories_treeview">
                            <property name="headers_visible">False</property>
                            <child internal-child="selection">
                              <object class="GtkTreeSelection" id="categories_selection">
                                <signal name="changed" handler="category_selection_changed_cb" object="PpOptionsDialog" swapped="yes"/>
                              </object>
                            </child>
                          </object>
                        </child>
                      </object>
                    </child>
                    <child>
                      <object class="GtkNotebook" id="notebook">
                        <property name="tab_pos">left</property>
                        <property name="show_tabs">False</property>
                        <property name="hexpand">True</property>
                        <property name="vexpand">True</property>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkSpinner" id="spinner">
                <property name="halign">center</property>
                <property name="valign">center</property>
                <property name="width_request">24</property>
                <property name="height_request">24</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>