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