Add copyright and licence notices to files which lack them.
[pspp] / src / ui / gui / transpose.ui
1 <!-- PSPP - a program for statistical analysis. -->
2 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
3
4 <!-- This program is free software: you can redistribute it and/or modify -->
5 <!-- it under the terms of the GNU General Public License as published by -->
6 <!-- the Free Software Foundation, either version 3 of the License, or -->
7 <!-- (at your option) any later version. -->
8
9 <!-- This program is distributed in the hope that it will be useful, -->
10 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
11 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
12 <!-- GNU General Public License for more details. -->
13
14 <!-- You should have received a copy of the GNU General Public License -->
15 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
16
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.4.2"/>
21   <requires lib="psppire" version="2054.17080"/>
22   <object class="PsppireDialog" id="transpose-dialog">
23     <property name="can_focus">False</property>
24     <property name="title" translatable="yes">Transpose</property>
25     <property name="modal">True</property>
26     <property name="help_page">FLIP</property>
27     <child>
28       <object class="GtkBox" id="dialog-hbox1">
29         <property name="visible">True</property>
30         <property name="can_focus">False</property>
31         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
32         <property name="spacing">2</property>
33         <child>
34           <object class="GtkBox" id="hbox1">
35             <property name="visible">True</property>
36             <property name="can_focus">False</property>
37             <property name="margin_left">5</property>
38             <property name="margin_right">5</property>
39             <property name="margin_top">5</property>
40             <property name="margin_bottom">5</property>
41             <child>
42               <object class="GtkFrame" id="frame3">
43                 <property name="visible">True</property>
44                 <property name="can_focus">False</property>
45                 <property name="label_xalign">0</property>
46                 <property name="shadow_type">in</property>
47                 <child>
48                   <object class="GtkScrolledWindow" id="scrolledwindow3">
49                     <property name="visible">True</property>
50                     <property name="can_focus">False</property>
51                     <property name="hscrollbar_policy">never</property>
52                     <child>
53                       <object class="PsppireDictView" id="source-treeview">
54                         <property name="visible">True</property>
55                         <property name="can_focus">False</property>
56                         <property name="border_width">0</property>
57                         <property name="headers_visible">False</property>
58                         <child internal-child="selection">
59                           <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>
60                         </child>
61                       </object>
62                     </child>
63                   </object>
64                 </child>
65                 <child type="label_item">
66                   <placeholder/>
67                 </child>
68               </object>
69               <packing>
70                 <property name="expand">True</property>
71                 <property name="fill">True</property>
72                 <property name="position">0</property>
73               </packing>
74             </child>
75             <child>
76               <object class="GtkGrid" id="table2">
77                 <property name="visible">True</property>
78                 <property name="can_focus">False</property>
79                 <property name="row_spacing">5</property>
80                 <property name="column_spacing">5</property>
81                 <child>
82                   <object class="GtkBox" id="vbox5">
83                     <property name="visible">True</property>
84                     <property name="can_focus">False</property>
85                     <property name="orientation">vertical</property>
86                     <child>
87                       <object class="GtkLabel" id="label4">
88                         <property name="visible">True</property>
89                         <property name="can_focus">False</property>
90                         <property name="xalign">0</property>
91                         <property name="label" translatable="yes">Name Variable:</property>
92                       </object>
93                       <packing>
94                         <property name="expand">False</property>
95                         <property name="fill">False</property>
96                         <property name="position">0</property>
97                       </packing>
98                     </child>
99                     <child>
100                       <object class="GtkEntry" id="new-name-entry">
101                         <property name="visible">True</property>
102                         <property name="can_focus">False</property>
103                       </object>
104                       <packing>
105                         <property name="expand">False</property>
106                         <property name="fill">False</property>
107                         <property name="position">1</property>
108                       </packing>
109                     </child>
110                   </object>
111                   <packing>
112                     <property name="left_attach">1</property>
113                     <property name="top_attach">1</property>
114                   </packing>
115                 </child>
116                 <child>
117                   <object class="GtkBox" id="vbox1">
118                     <property name="visible">True</property>
119                     <property name="can_focus">False</property>
120                     <property name="vexpand">True</property>
121                     <property name="orientation">vertical</property>
122                     <child>
123                       <object class="GtkLabel" id="label1">
124                         <property name="visible">True</property>
125                         <property name="can_focus">False</property>
126                         <property name="xalign">0</property>
127                         <property name="label" translatable="yes">Variable(s):</property>
128                       </object>
129                       <packing>
130                         <property name="expand">False</property>
131                         <property name="fill">False</property>
132                         <property name="position">0</property>
133                       </packing>
134                     </child>
135                     <child>
136                       <object class="GtkFrame" id="frame2">
137                         <property name="visible">True</property>
138                         <property name="can_focus">False</property>
139                         <property name="label_xalign">0</property>
140                         <property name="shadow_type">in</property>
141                         <child>
142                           <object class="GtkScrolledWindow" id="scrolledwindow2">
143                             <property name="visible">True</property>
144                             <property name="can_focus">False</property>
145                             <property name="hscrollbar_policy">never</property>
146                             <child>
147                               <object class="PsppireVarView" id="variables-treeview">
148                                 <property name="visible">True</property>
149                                 <property name="can_focus">False</property>
150                                 <property name="border_width">0</property>
151                                 <property name="headers_visible">False</property>
152                                 <child internal-child="selection">
153                                   <object class="GtkTreeSelection" id="psppire-var-view-selection1"/>
154                                 </child>
155                               </object>
156                             </child>
157                           </object>
158                         </child>
159                         <child type="label_item">
160                           <placeholder/>
161                         </child>
162                       </object>
163                       <packing>
164                         <property name="expand">True</property>
165                         <property name="fill">True</property>
166                         <property name="position">1</property>
167                       </packing>
168                     </child>
169                   </object>
170                   <packing>
171                     <property name="left_attach">1</property>
172                     <property name="top_attach">0</property>
173                   </packing>
174                 </child>
175                 <child>
176                   <object class="PsppireSelector" id="psppire-selector3">
177                     <property name="visible">True</property>
178                     <property name="can_focus">False</property>
179                     <property name="receives_default">False</property>
180                     <property name="border_width">5</property>
181                     <property name="source_widget">source-treeview</property>
182                     <property name="dest_widget">new-name-entry</property>
183                   </object>
184                   <packing>
185                     <property name="left_attach">0</property>
186                     <property name="top_attach">1</property>
187                   </packing>
188                 </child>
189                 <child>
190                   <object class="PsppireSelector" id="psppire-selector2">
191                     <property name="visible">True</property>
192                     <property name="can_focus">False</property>
193                     <property name="receives_default">False</property>
194                     <property name="valign">center</property>
195                     <property name="border_width">5</property>
196                     <property name="primary">True</property>
197                     <property name="source_widget">source-treeview</property>
198                     <property name="dest_widget">variables-treeview</property>
199                   </object>
200                   <packing>
201                     <property name="left_attach">0</property>
202                     <property name="top_attach">0</property>
203                   </packing>
204                 </child>
205               </object>
206               <packing>
207                 <property name="expand">False</property>
208                 <property name="fill">True</property>
209                 <property name="padding">5</property>
210                 <property name="position">1</property>
211               </packing>
212             </child>
213           </object>
214           <packing>
215             <property name="expand">True</property>
216             <property name="fill">True</property>
217             <property name="padding">5</property>
218             <property name="position">0</property>
219           </packing>
220         </child>
221         <child>
222           <object class="PsppireButtonbox" id="psppire-buttonbox2">
223             <property name="orientation">vertical</property>
224             <property name="visible">True</property>
225             <property name="can_focus">False</property>
226             <property name="border_width">5</property>
227           </object>
228           <packing>
229             <property name="expand">False</property>
230             <property name="fill">False</property>
231             <property name="pack_type">end</property>
232             <property name="position">1</property>
233           </packing>
234         </child>
235       </object>
236     </child>
237   </object>
238 </interface>