gui: Add ellipsis to menu items that require further input.
[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="stock-id">gtk-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">gtk-convert</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">gtk-select-all</property>
36           </object>
37         </child>
38         <child>
39           <object class="GtkAction" id="edit_copy">
40             <property name="stock-id">gtk-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="name">windows_minimise-all</property>
53             <property name="label" translatable="yes">_Minimize All Windows</property>
54           </object>
55         </child>
56       </object>
57     </child>
58     <ui>
59       <menubar name="menubar">
60         <menu action="menuitem1">
61           <menuitem action="file_export"/>
62           <menuitem action="file_print"/>
63         </menu>
64         <menu action="menuitem2">
65           <menuitem action="edit_copy"/>
66           <menuitem action="edit_select-all"/>
67         </menu>
68         <menu action="windows_menuitem">
69           <menuitem action="windows_minimise-all"/>
70         </menu>
71       </menubar>
72     </ui>
73   </object>
74   <!-- interface-requires gtk+ 2.16 -->
75   <!-- interface-naming-policy toplevel-contextual -->
76   <object class="GtkWindow" id="output-viewer-window">
77     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
78     <property name="default_width">600</property>
79     <property name="default_height">400</property>
80     <child>
81       <object class="GtkVBox" id="vbox1">
82         <property name="visible">True</property>
83         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
84         <child>
85           <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
86             <property name="visible">True</property>
87             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
88           </object>
89           <packing>
90             <property name="expand">False</property>
91             <property name="position">0</property>
92           </packing>
93         </child>
94         <child>
95           <object class="GtkHPaned" id="hpaned1">
96             <property name="visible">True</property>
97             <property name="can_focus">True</property>
98             <property name="position">112</property>
99             <property name="position_set">True</property>
100             <child>
101               <object class="GtkScrolledWindow" id="scrolledwindow2">
102                 <property name="visible">True</property>
103                 <property name="can_focus">True</property>
104                 <property name="hscrollbar_policy">automatic</property>
105                 <property name="vscrollbar_policy">automatic</property>
106                 <child>
107                   <object class="GtkTreeView" id="overview">
108                     <property name="visible">True</property>
109                     <property name="can_focus">True</property>
110                     <property name="headers_visible">False</property>
111                   </object>
112                 </child>
113               </object>
114               <packing>
115                 <property name="resize">False</property>
116                 <property name="shrink">True</property>
117               </packing>
118             </child>
119             <child>
120               <object class="GtkScrolledWindow" id="scrolledwindow1">
121                 <property name="visible">True</property>
122                 <property name="can_focus">True</property>
123                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
124                 <property name="hscrollbar_policy">automatic</property>
125                 <property name="vscrollbar_policy">automatic</property>
126                 <child>
127                   <object class="GtkLayout" id="output">
128                     <property name="visible">True</property>
129                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
130                   </object>
131                 </child>
132               </object>
133               <packing>
134                 <property name="resize">True</property>
135                 <property name="shrink">True</property>
136               </packing>
137             </child>
138           </object>
139           <packing>
140             <property name="position">1</property>
141           </packing>
142         </child>
143       </object>
144     </child>
145   </object>
146 </interface>