gui:Add new reference to the icons in *.ui files
[pspp] / 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="stock-id">file-print</property>
16             <property name="label" translatable="yes">_Print...</property>
17           </object>
18         </child>
19         <child>
20           <object class="GtkAction" id="file_export">
21             <property name="name">file_export</property>
22             <property name="stock-id">file-export-data</property>
23             <property name="label" translatable="yes">_Export...</property>
24           </object>
25         </child>
26         <child>
27           <object class="GtkAction" id="menuitem2">
28             <property name="name">menuitem2</property>
29             <property name="label" translatable="yes">_Edit</property>
30           </object>
31         </child>
32         <child>
33           <object class="GtkAction" id="edit_select-all">
34             <property name="name">edit_select-all</property>
35             <property name="stock-id">edit-select-all</property>
36           </object>
37         </child>
38         <child>
39           <object class="GtkAction" id="edit_copy">
40             <property name="stock-id">edit-copy</property>
41             <property name="name">edit_copy</property>
42           </object>
43         </child>
44         <child>
45           <object class="GtkAction" id="windows_menuitem">
46             <property name="name">windows_menuitem</property>
47             <property name="label" translatable="yes">_Windows</property>
48           </object>
49         </child>
50         <child>
51           <object class="GtkAction" id="windows_minimise-all">
52             <property name="stock-id">windows-minimize-all</property>
53             <property name="name">windows_minimise-all</property>
54             <property name="label" translatable="yes">_Minimize All Windows</property>
55           </object>
56         </child>
57       </object>
58     </child>
59     <ui>
60       <menubar name="menubar">
61         <menu action="menuitem1">
62           <menuitem action="file_export"/>
63           <menuitem action="file_print"/>
64         </menu>
65         <menu action="menuitem2">
66           <menuitem action="edit_copy"/>
67           <menuitem action="edit_select-all"/>
68         </menu>
69         <menu action="windows_menuitem">
70           <menuitem action="windows_minimise-all"/>
71         </menu>
72       </menubar>
73     </ui>
74   </object>
75   <!-- interface-requires gtk+ 2.16 -->
76   <!-- interface-naming-policy toplevel-contextual -->
77   <object class="GtkWindow" id="output-viewer-window">
78     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
79     <property name="default_width">600</property>
80     <property name="default_height">400</property>
81     <child>
82       <object class="GtkVBox" id="vbox1">
83         <property name="visible">True</property>
84         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
85         <child>
86           <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
87             <property name="visible">True</property>
88             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
89           </object>
90           <packing>
91             <property name="expand">False</property>
92             <property name="position">0</property>
93           </packing>
94         </child>
95         <child>
96           <object class="GtkHPaned" id="hpaned1">
97             <property name="visible">True</property>
98             <property name="can_focus">True</property>
99             <property name="position">112</property>
100             <property name="position_set">True</property>
101             <child>
102               <object class="GtkScrolledWindow" id="scrolledwindow2">
103                 <property name="visible">True</property>
104                 <property name="can_focus">True</property>
105                 <property name="hscrollbar_policy">automatic</property>
106                 <property name="vscrollbar_policy">automatic</property>
107                 <child>
108                   <object class="GtkTreeView" id="overview">
109                     <property name="visible">True</property>
110                     <property name="can_focus">True</property>
111                     <property name="headers_visible">False</property>
112                   </object>
113                 </child>
114               </object>
115               <packing>
116                 <property name="resize">False</property>
117                 <property name="shrink">True</property>
118               </packing>
119             </child>
120             <child>
121               <object class="GtkScrolledWindow" id="scrolledwindow1">
122                 <property name="visible">True</property>
123                 <property name="can_focus">True</property>
124                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
125                 <property name="hscrollbar_policy">automatic</property>
126                 <property name="vscrollbar_policy">automatic</property>
127                 <child>
128                   <object class="GtkLayout" id="output">
129                     <property name="visible">True</property>
130                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
131                   </object>
132                 </child>
133               </object>
134               <packing>
135                 <property name="resize">True</property>
136                 <property name="shrink">True</property>
137               </packing>
138             </child>
139           </object>
140           <packing>
141             <property name="position">1</property>
142           </packing>
143         </child>
144       </object>
145     </child>
146   </object>
147 </interface>