New top level menu for Graphs.
[pspp] / src / ui / gui / histogram.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="psppire" version="2054.17080"/>
4   <!-- interface-requires gtk+ 2.12 -->
5   <!-- interface-naming-policy project-wide -->
6   <object class="PsppireDialog" id="histogram-dialog">
7     <property name="title" translatable="yes">Histogram</property>
8     <property name="modal">True</property>
9     <property name="help-page">GRAPH</property>
10     <child>
11       <object class="GtkHBox" id="dialog-hbox1">
12         <property name="visible">True</property>
13         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
14         <property name="spacing">2</property>
15         <child>
16           <object class="GtkTable" id="table1">
17             <property name="visible">True</property>
18             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
19             <property name="n_rows">3</property>
20             <property name="n_columns">3</property>
21             <child>
22               <object class="PsppireSelector" id="indep-selector">
23                 <property name="visible">True</property>
24                 <property name="can_focus">True</property>
25                 <property name="receives_default">True</property>
26                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
27                 <property name="no_show_all">True</property>
28                 <property name="border_width">5</property>
29                 <property name="source_widget">dict-view</property>
30                 <property name="dest_widget">entry1</property>
31               </object>
32               <packing>
33                 <property name="left_attach">1</property>
34                 <property name="right_attach">2</property>
35                 <property name="top_attach">1</property>
36                 <property name="bottom_attach">2</property>
37                 <property name="x_options"></property>
38                 <property name="y_options"></property>
39               </packing>
40             </child>
41             <child>
42               <object class="GtkScrolledWindow" id="variables">
43                 <property name="visible">True</property>
44                 <property name="can_focus">True</property>
45                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
46                 <property name="hscrollbar_policy">never</property>
47                 <property name="vscrollbar_policy">automatic</property>
48                 <property name="shadow_type">etched-in</property>
49                 <child>
50                   <object class="PsppireDictView" id="dict-view">
51                     <property name="visible">True</property>
52                     <property name="can_focus">True</property>
53                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
54                     <property name="headers_visible">False</property>
55                   </object>
56                 </child>
57               </object>
58               <packing>
59                 <property name="bottom_attach">3</property>
60               </packing>
61             </child>
62             <child>
63               <object class="GtkFrame" id="frame1">
64                 <property name="visible">True</property>
65                 <property name="label_xalign">0</property>
66                 <property name="shadow_type">none</property>
67                 <child>
68                   <object class="GtkAlignment" id="alignment2">
69                     <property name="visible">True</property>
70                     <property name="left_padding">12</property>
71                     <child>
72                       <object class="GtkEntry" id="entry1">
73                         <property name="visible">True</property>
74                         <property name="can_focus">True</property>
75                         <property name="invisible_char">&#x2022;</property>
76                       </object>
77                     </child>
78                   </object>
79                 </child>
80                 <child type="label">
81                   <object class="GtkLabel" id="label2">
82                     <property name="visible">True</property>
83                     <property name="label" translatable="yes">_Variable:</property>
84                     <property name="use_markup">True</property>
85                     <property name="use_underline">True</property>
86                     <property name="mnemonic_widget">entry1</property>
87                   </object>
88                 </child>
89               </object>
90               <packing>
91                 <property name="left_attach">2</property>
92                 <property name="right_attach">3</property>
93                 <property name="top_attach">1</property>
94                 <property name="bottom_attach">2</property>
95                 <property name="y_options">GTK_FILL</property>
96               </packing>
97             </child>
98             <child>
99               <object class="GtkVBox" id="vbox1">
100                 <property name="visible">True</property>
101                 <property name="orientation">vertical</property>
102                 <child>
103                   <object class="GtkFrame" id="frame3">
104                     <property name="visible">True</property>
105                     <property name="label_xalign">0</property>
106                     <child>
107                       <object class="GtkAlignment" id="alignment3">
108                         <property name="visible">True</property>
109                         <property name="left_padding">12</property>
110                         <child>
111                           <object class="GtkVButtonBox" id="vbuttonbox1">
112                             <property name="visible">True</property>
113                             <property name="orientation">vertical</property>
114                             <child>
115                               <object class="GtkCheckButton" id="curve">
116                                 <property name="label" translatable="yes">_Display normal curve</property>
117                                 <property name="visible">True</property>
118                                 <property name="can_focus">True</property>
119                                 <property name="receives_default">False</property>
120                                 <property name="use_underline">True</property>
121                                 <property name="draw_indicator">True</property>
122                               </object>
123                               <packing>
124                                 <property name="expand">False</property>
125                                 <property name="fill">False</property>
126                                 <property name="position">0</property>
127                               </packing>
128                             </child>
129                           </object>
130                         </child>
131                       </object>
132                     </child>
133                     <child type="label">
134                       <object class="GtkLabel" id="label3">
135                         <property name="visible">True</property>
136                         <property name="label" translatable="yes">Display</property>
137                         <property name="use_markup">True</property>
138                       </object>
139                     </child>
140                   </object>
141                   <packing>
142                     <property name="position">1</property>
143                   </packing>
144                 </child>
145               </object>
146               <packing>
147                 <property name="left_attach">1</property>
148                 <property name="right_attach">3</property>
149                 <property name="top_attach">2</property>
150                 <property name="bottom_attach">3</property>
151                 <property name="y_options">GTK_FILL</property>
152                 <property name="x_padding">5</property>
153                 <property name="y_padding">2</property>
154               </packing>
155             </child>
156           </object>
157           <packing>
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="border_width">5</property>
165             <property name="orientation">vertical</property>
166           </object>
167           <packing>
168             <property name="expand">False</property>
169             <property name="fill">False</property>
170             <property name="pack_type">end</property>
171             <property name="position">1</property>
172           </packing>
173         </child>
174       </object>
175     </child>
176   </object>
177 </interface>