Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / histogram.ui
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.4.2"/>
21   <requires lib="psppire" version="2054.17080"/>
22   <object class="PsppireDialog" id="histogram-dialog">
23     <property name="can_focus">False</property>
24     <property name="title" translatable="yes">Histogram</property>
25     <property name="modal">True</property>
26     <property name="help_page">GRAPH#HISTOGRAM</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</property>
32         <property name="spacing">2</property>
33         <child>
34           <object class="GtkGrid" id="table1">
35             <property name="visible">True</property>
36             <property name="can_focus">False</property>
37             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
38             <child>
39               <object class="PsppireSelector" id="indep-selector">
40                 <property name="visible">True</property>
41                 <property name="can_focus">True</property>
42                 <property name="receives_default">True</property>
43                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
44                 <property name="no_show_all">True</property>
45                 <property name="halign">center</property>
46                 <property name="border_width">5</property>
47                 <property name="source_widget">dict-view</property>
48                 <property name="dest_widget">entry1</property>
49               </object>
50               <packing>
51                 <property name="left_attach">1</property>
52                 <property name="top_attach">0</property>
53               </packing>
54             </child>
55             <child>
56               <object class="GtkScrolledWindow" id="variables">
57                 <property name="visible">True</property>
58                 <property name="can_focus">True</property>
59                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
60                 <property name="hexpand">True</property>
61                 <property name="hscrollbar_policy">never</property>
62                 <property name="shadow_type">etched-in</property>
63                 <child>
64                   <object class="PsppireDictView" id="dict-view">
65                     <property name="visible">True</property>
66                     <property name="can_focus">True</property>
67                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
68                     <property name="border_width">0</property>
69                     <property name="headers_visible">False</property>
70                     <child internal-child="selection">
71                       <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>
72                     </child>
73                   </object>
74                 </child>
75               </object>
76               <packing>
77                 <property name="left_attach">0</property>
78                 <property name="top_attach">0</property>
79                 <property name="height">2</property>
80               </packing>
81             </child>
82             <child>
83               <object class="GtkFrame" id="frame1">
84                 <property name="visible">True</property>
85                 <property name="can_focus">False</property>
86                 <property name="label_xalign">0</property>
87                 <property name="shadow_type">none</property>
88                 <child>
89                   <object class="GtkEntry" id="entry1">
90                     <property name="visible">True</property>
91                     <property name="can_focus">True</property>
92                     <property name="margin_left">12</property>
93                     <property name="invisible_char">•</property>
94                   </object>
95                 </child>
96                 <child type="label">
97                   <object class="GtkLabel" id="label2">
98                     <property name="visible">True</property>
99                     <property name="can_focus">False</property>
100                     <property name="label" translatable="yes">_Variable:</property>
101                     <property name="use_markup">True</property>
102                     <property name="use_underline">True</property>
103                     <property name="mnemonic_widget">entry1</property>
104                   </object>
105                 </child>
106               </object>
107               <packing>
108                 <property name="left_attach">2</property>
109                 <property name="top_attach">0</property>
110               </packing>
111             </child>
112             <child>
113               <object class="GtkFrame" id="frame3">
114                 <property name="visible">True</property>
115                 <property name="can_focus">False</property>
116                 <property name="valign">center</property>
117                 <property name="label_xalign">0</property>
118                 <child>
119                   <object class="GtkButtonBox" id="vbuttonbox1">
120                     <property name="visible">True</property>
121                     <property name="can_focus">False</property>
122                     <property name="margin_left">12</property>
123                     <property name="orientation">vertical</property>
124                     <child>
125                       <object class="GtkCheckButton" id="curve">
126                         <property name="label" translatable="yes">_Display normal curve</property>
127                         <property name="visible">True</property>
128                         <property name="can_focus">True</property>
129                         <property name="receives_default">False</property>
130                         <property name="use_underline">True</property>
131                         <property name="xalign">0.5</property>
132                         <property name="draw_indicator">True</property>
133                       </object>
134                       <packing>
135                         <property name="expand">False</property>
136                         <property name="fill">False</property>
137                         <property name="position">0</property>
138                       </packing>
139                     </child>
140                   </object>
141                 </child>
142                 <child type="label">
143                   <object class="GtkLabel" id="label3">
144                     <property name="visible">True</property>
145                     <property name="can_focus">False</property>
146                     <property name="label" translatable="yes">Display</property>
147                     <property name="use_markup">True</property>
148                   </object>
149                 </child>
150               </object>
151               <packing>
152                 <property name="left_attach">2</property>
153                 <property name="top_attach">1</property>
154               </packing>
155             </child>
156             <child>
157               <object class="GtkEventBox" id="eventbox1">
158                 <property name="visible">True</property>
159                 <property name="can_focus">False</property>
160                 <property name="vexpand">True</property>
161                 <child>
162                   <placeholder/>
163                 </child>
164               </object>
165               <packing>
166                 <property name="left_attach">1</property>
167                 <property name="top_attach">1</property>
168               </packing>
169             </child>
170           </object>
171           <packing>
172             <property name="expand">True</property>
173             <property name="fill">True</property>
174             <property name="position">0</property>
175           </packing>
176         </child>
177         <child>
178           <object class="PsppireButtonbox" id="psppire-vbuttonbox1">
179             <property name="orientation">vertical</property>
180             <property name="visible">True</property>
181             <property name="can_focus">False</property>
182             <property name="border_width">5</property>
183             <property name="orientation">vertical</property>
184           </object>
185           <packing>
186             <property name="expand">False</property>
187             <property name="fill">False</property>
188             <property name="pack_type">end</property>
189             <property name="position">1</property>
190           </packing>
191         </child>
192       </object>
193     </child>
194   </object>
195 </interface>