3325e2abc118c1402d9a9d8ab6694b574c069013
[pspp-builds.git] / src / ui / gui / output-viewer.ui
1 <?xml version="1.0"?>
2 <interface>
3   <object class="GtkUIManager" id="uimanager1">
4     <child>
5       <object class="GtkActionGroup" id="actiongroup1">
6         <child>
7           <object class="GtkAction" id="menuitem1">
8             <property name="name">menuitem1</property>
9             <property name="label" translatable="yes">_File</property>
10           </object>
11         </child>
12         <child>
13           <object class="GtkAction" id="file_print">
14             <property name="name">file_print</property>
15             <property name="label" translatable="yes">_Print</property>
16           </object>
17         </child>
18         <child>
19           <object class="GtkAction" id="file_export">
20             <property name="name">file_export</property>
21             <property name="label" translatable="yes">_Export</property>
22           </object>
23         </child>
24         <child>
25           <object class="GtkAction" id="menuitem2">
26             <property name="name">menuitem2</property>
27             <property name="label" translatable="yes">_Edit</property>
28           </object>
29         </child>
30         <child>
31           <object class="GtkAction" id="imagemenuitem7">
32             <property name="stock-id">gtk-copy</property>
33             <property name="name">imagemenuitem7</property>
34           </object>
35         </child>
36         <child>
37           <object class="GtkAction" id="windows_menuitem">
38             <property name="name">windows_menuitem</property>
39             <property name="label" translatable="yes">_Windows</property>
40           </object>
41         </child>
42         <child>
43           <object class="GtkAction" id="windows_minimise-all">
44             <property name="name">windows_minimise-all</property>
45             <property name="label" translatable="yes">_Minimize All Windows</property>
46           </object>
47         </child>
48       </object>
49     </child>
50     <ui>
51       <menubar name="menubar">
52         <menu action="menuitem1">
53           <menuitem action="file_export"/>
54           <menuitem action="file_print"/>
55         </menu>
56         <menu action="menuitem2">
57           <menuitem action="imagemenuitem7"/>
58         </menu>
59         <menu action="windows_menuitem">
60           <menuitem action="windows_minimise-all"/>
61         </menu>
62       </menubar>
63     </ui>
64   </object>
65   <!-- interface-requires gtk+ 2.16 -->
66   <!-- interface-naming-policy toplevel-contextual -->
67   <object class="GtkWindow" id="output-viewer-window">
68     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
69     <property name="default_width">600</property>
70     <property name="default_height">400</property>
71     <child>
72       <object class="GtkVBox" id="vbox1">
73         <property name="visible">True</property>
74         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
75         <child>
76           <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
77             <property name="visible">True</property>
78             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
79           </object>
80           <packing>
81             <property name="expand">False</property>
82             <property name="position">0</property>
83           </packing>
84         </child>
85         <child>
86           <object class="GtkHPaned" id="hpaned1">
87             <property name="visible">True</property>
88             <property name="can_focus">True</property>
89             <property name="position">112</property>
90             <property name="position_set">True</property>
91             <child>
92               <object class="GtkScrolledWindow" id="scrolledwindow2">
93                 <property name="visible">True</property>
94                 <property name="can_focus">True</property>
95                 <property name="hscrollbar_policy">automatic</property>
96                 <property name="vscrollbar_policy">automatic</property>
97                 <child>
98                   <object class="GtkTreeView" id="overview">
99                     <property name="visible">True</property>
100                     <property name="can_focus">True</property>
101                     <property name="headers_visible">False</property>
102                   </object>
103                 </child>
104               </object>
105               <packing>
106                 <property name="resize">False</property>
107                 <property name="shrink">True</property>
108               </packing>
109             </child>
110             <child>
111               <object class="GtkScrolledWindow" id="scrolledwindow1">
112                 <property name="visible">True</property>
113                 <property name="can_focus">True</property>
114                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
115                 <property name="hscrollbar_policy">automatic</property>
116                 <property name="vscrollbar_policy">automatic</property>
117                 <child>
118                   <object class="GtkLayout" id="output">
119                     <property name="visible">True</property>
120                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
121                   </object>
122                 </child>
123               </object>
124               <packing>
125                 <property name="resize">True</property>
126                 <property name="shrink">True</property>
127               </packing>
128             </child>
129           </object>
130           <packing>
131             <property name="position">1</property>
132           </packing>
133         </child>
134       </object>
135     </child>
136   </object>
137 </interface>