1<?xml version="1.0" encoding="UTF-8"?>
2<!-- PSPP - a program for statistical analysis. -->
3<!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
4
5<!-- This program is free software: you can redistribute it and/or modify -->
6<!-- it under the terms of the GNU General Public License as published by -->
7<!-- the Free Software Foundation, either version 3 of the License, or -->
8<!-- (at your option) any later version. -->
9
10<!-- This program is distributed in the hope that it will be useful, -->
11<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
13<!-- GNU General Public License for more details. -->
14
15<!-- You should have received a copy of the GNU General Public License -->
16<!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
17
18<!-- Generated with glade 3.18.3 -->
19<interface>
20  <requires lib="gtk+" version="3.22"/>
21  <requires lib="psppire" version="2054.22072"/>
22  <object class="PsppireDialog" id="variable-info-dialog">
23    <property name="can_focus">False</property>
24    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
25    <property name="title" translatable="yes">Variables</property>
26    <property name="modal">True</property>
27    <property name="slidable">True</property>
28    <property name="help-page">Variable-Attributes</property>
29    <child>
30      <object class="GtkPaned" id="dialog-hbox2">
31        <property name="visible">True</property>
32        <property name="orientation">horizontal</property>
33        <property name="can_focus">False</property>
34        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
35        <child>
36          <object class="GtkScrolledWindow" id="scrolledwindow13">
37            <property name="visible">True</property>
38            <property name="can_focus">True</property>
39            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
40            <property name="hscrollbar_policy">never</property>
41            <property name="shadow_type">in</property>
42            <child>
43              <object class="PsppireDictView" id="treeview2">
44                <property name="visible">True</property>
45                <property name="can_focus">True</property>
46                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
47                <property name="border_width">0</property>
48                <property name="headers_visible">False</property>
49                <property name="reorderable">False</property>
50                <property name="fixed_height_mode">True</property>
51                <child internal-child="selection">
52                  <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>
53                </child>
54              </object>
55            </child>
56          </object>
57          <packing>
58            <property name="resize">False</property>
59            <property name="shrink">True</property>
60          </packing>
61        </child>
62        <child>
63          <object class="GtkBox" id="vbox23">
64            <property name="visible">True</property>
65            <property name="can_focus">False</property>
66            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
67            <property name="orientation">vertical</property>
68            <property name="spacing">5</property>
69            <child>
70              <object class="PsppireButtonBox" id="psppire-hbuttonbox4">
71                <property name="orientation">horizontal</property>
72                <property name="visible">True</property>
73                <property name="can_focus">False</property>
74                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
75                <property name="border_width">5</property>
76                <property name="homogeneous">True</property>
77                <property name="buttons">PSPPIRE_BUTTON_GOTO_MASK | PSPPIRE_BUTTON_CANCEL_MASK | PSPPIRE_BUTTON_HELP_MASK | PSPPIRE_BUTTON_PASTE_MASK</property>
78              </object>
79              <packing>
80                <property name="expand">False</property>
81                <property name="fill">False</property>
82                <property name="pack_type">end</property>
83                <property name="position">1</property>
84              </packing>
85            </child>
86            <child>
87              <object class="GtkScrolledWindow" id="scrolledwindow14">
88                <property name="visible">True</property>
89                <property name="can_focus">True</property>
90                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
91                <property name="shadow_type">in</property>
92                <child>
93                  <object class="GtkLayout" id="layout1">
94                    <property name="height_request">200</property>
95                    <property name="visible">True</property>
96                    <property name="can_focus">False</property>
97                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
98                  </object>
99                </child>
100              </object>
101              <packing>
102                <property name="expand">True</property>
103                <property name="fill">True</property>
104                <property name="padding">5</property>
105                <property name="position">2</property>
106              </packing>
107            </child>
108          </object>
109          <packing>
110            <property name="resize">True</property>
111            <property name="shrink">True</property>
112          </packing>
113        </child>
114      </object>
115    </child>
116  </object>
117</interface>
118