source: trunk/third/libgnomeprintui/examples/example_10.glade @ 18604

Revision 18604, 11.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18603, which included commits to RCS files with non-trunk default branches.
RevLine 
[18603]1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkWindow" id="window1">
7  <property name="visible">True</property>
8  <property name="title" translatable="yes">Sample app</property>
9  <property name="type">GTK_WINDOW_TOPLEVEL</property>
10  <property name="window_position">GTK_WIN_POS_NONE</property>
11  <property name="modal">False</property>
12  <property name="resizable">True</property>
13  <property name="destroy_with_parent">False</property>
14
15  <child>
16    <widget class="GtkVBox" id="vbox2">
17      <property name="visible">True</property>
18      <property name="homogeneous">False</property>
19      <property name="spacing">0</property>
20
21      <child>
22        <widget class="GtkMenuBar" id="menubar1">
23          <property name="visible">True</property>
24
25          <child>
26            <widget class="GtkMenuItem" id="file_menu">
27              <property name="visible">True</property>
28              <property name="label" translatable="yes">_File</property>
29              <property name="use_underline">True</property>
30
31              <child>
32                <widget class="GtkMenu" id="file_menu_menu">
33
34                  <child>
35                    <widget class="GtkMenuItem" id="menu_print_item">
36                      <property name="visible">True</property>
37                      <property name="label" translatable="yes">_Print</property>
38                      <property name="use_underline">True</property>
39                      <signal name="activate" handler="on_menu_print_item_activate" last_modification_time="Sun, 26 May 2002 23:00:04 GMT"/>
40                    </widget>
41                  </child>
42
43                  <child>
44                    <widget class="GtkMenuItem" id="menu_print_preview_item">
45                      <property name="visible">True</property>
46                      <property name="label" translatable="yes">Print Pre_view</property>
47                      <property name="use_underline">True</property>
48                      <signal name="activate" handler="on_menu_print_preview_item_activate" last_modification_time="Sun, 26 May 2002 23:00:04 GMT"/>
49                    </widget>
50                  </child>
51
52                  <child>
53                    <widget class="GtkMenuItem" id="menu_print_setup_item">
54                      <property name="visible">True</property>
55                      <property name="label" translatable="yes">Print _Setup</property>
56                      <property name="use_underline">True</property>
57                      <signal name="activate" handler="on_menu_print_setup_item_activate" last_modification_time="Sun, 26 May 2002 23:06:32 GMT"/>
58                    </widget>
59                  </child>
60
61                  <child>
62                    <widget class="GtkMenuItem" id="separator1">
63                      <property name="visible">True</property>
64                    </widget>
65                  </child>
66
67                  <child>
68                    <widget class="GtkMenuItem" id="menu_quit_item">
69                      <property name="visible">True</property>
70                      <property name="label" translatable="yes">_Quit</property>
71                      <property name="use_underline">True</property>
72                      <signal name="activate" handler="on_menu_quit_item_activate" last_modification_time="Sun, 26 May 2002 23:06:32 GMT"/>
73                    </widget>
74                  </child>
75                </widget>
76              </child>
77            </widget>
78          </child>
79
80          <child>
81            <widget class="GtkMenuItem" id="properties1">
82              <property name="visible">True</property>
83              <property name="label" translatable="yes">_Dialogs</property>
84              <property name="use_underline">True</property>
85              <signal name="activate" handler="on_properties1_activate" last_modification_time="Wed, 04 Sep 2002 04:17:52 GMT"/>
86
87              <child>
88                <widget class="GtkMenu" id="properties1_menu">
89
90                  <child>
91                    <widget class="GtkMenuItem" id="menu_font_item">
92                      <property name="visible">True</property>
93                      <property name="label" translatable="yes">_Font ...</property>
94                      <property name="use_underline">True</property>
95                      <signal name="activate" handler="menu_font_item" last_modification_time="Wed, 04 Sep 2002 04:17:52 GMT"/>
96                    </widget>
97                  </child>
98
99                  <child>
100                    <widget class="GtkMenuItem" id="menu_tree_item">
101                      <property name="visible">True</property>
102                      <property name="label" translatable="yes">_Tree ..</property>
103                      <property name="use_underline">True</property>
104                      <signal name="activate" handler="on_menu_tree_item_activate" last_modification_time="Sat, 07 Sep 2002 09:54:07 GMT"/>
105                    </widget>
106                  </child>
107                </widget>
108              </child>
109            </widget>
110          </child>
111
112          <child>
113            <widget class="GtkMenuItem" id="help_menu">
114              <property name="visible">True</property>
115              <property name="label" translatable="yes">_Help</property>
116              <property name="use_underline">True</property>
117
118              <child>
119                <widget class="GtkMenu" id="help_menu_menu">
120
121                  <child>
122                    <widget class="GtkMenuItem" id="menu_about_item">
123                      <property name="visible">True</property>
124                      <property name="label" translatable="yes">_About</property>
125                      <property name="use_underline">True</property>
126                      <signal name="activate" handler="on_menu_about_item_activate" last_modification_time="Sun, 26 May 2002 23:00:04 GMT"/>
127                    </widget>
128                  </child>
129                </widget>
130              </child>
131            </widget>
132          </child>
133        </widget>
134        <packing>
135          <property name="padding">0</property>
136          <property name="expand">False</property>
137          <property name="fill">False</property>
138        </packing>
139      </child>
140
141      <child>
142        <widget class="GtkTable" id="table1">
143          <property name="border_width">20</property>
144          <property name="visible">True</property>
145          <property name="n_rows">3</property>
146          <property name="n_columns">2</property>
147          <property name="homogeneous">False</property>
148          <property name="row_spacing">15</property>
149          <property name="column_spacing">15</property>
150
151          <child>
152            <widget class="GtkLabel" id="label1">
153              <property name="visible">True</property>
154              <property name="label" translatable="yes">Document _1</property>
155              <property name="use_underline">True</property>
156              <property name="use_markup">False</property>
157              <property name="justify">GTK_JUSTIFY_LEFT</property>
158              <property name="wrap">False</property>
159              <property name="selectable">False</property>
160              <property name="xalign">0</property>
161              <property name="yalign">0.5</property>
162              <property name="xpad">0</property>
163              <property name="ypad">0</property>
164              <property name="mnemonic_widget">doc1</property>
165            </widget>
166            <packing>
167              <property name="left_attach">0</property>
168              <property name="right_attach">1</property>
169              <property name="top_attach">0</property>
170              <property name="bottom_attach">1</property>
171              <property name="x_options">fill</property>
172              <property name="y_options"></property>
173            </packing>
174          </child>
175
176          <child>
177            <widget class="GtkLabel" id="label2">
178              <property name="visible">True</property>
179              <property name="label" translatable="yes">Document _2</property>
180              <property name="use_underline">True</property>
181              <property name="use_markup">False</property>
182              <property name="justify">GTK_JUSTIFY_LEFT</property>
183              <property name="wrap">False</property>
184              <property name="selectable">False</property>
185              <property name="xalign">0</property>
186              <property name="yalign">0.5</property>
187              <property name="xpad">0</property>
188              <property name="ypad">0</property>
189              <property name="mnemonic_widget">doc2</property>
190            </widget>
191            <packing>
192              <property name="left_attach">0</property>
193              <property name="right_attach">1</property>
194              <property name="top_attach">1</property>
195              <property name="bottom_attach">2</property>
196              <property name="x_options">fill</property>
197              <property name="y_options"></property>
198            </packing>
199          </child>
200
201          <child>
202            <widget class="GtkLabel" id="label3">
203              <property name="visible">True</property>
204              <property name="label" translatable="yes">Document _3</property>
205              <property name="use_underline">True</property>
206              <property name="use_markup">False</property>
207              <property name="justify">GTK_JUSTIFY_LEFT</property>
208              <property name="wrap">False</property>
209              <property name="selectable">False</property>
210              <property name="xalign">0</property>
211              <property name="yalign">0.5</property>
212              <property name="xpad">0</property>
213              <property name="ypad">0</property>
214              <property name="mnemonic_widget">doc3</property>
215            </widget>
216            <packing>
217              <property name="left_attach">0</property>
218              <property name="right_attach">1</property>
219              <property name="top_attach">2</property>
220              <property name="bottom_attach">3</property>
221              <property name="x_options">fill</property>
222              <property name="y_options"></property>
223            </packing>
224          </child>
225
226          <child>
227            <widget class="GtkEntry" id="doc1">
228              <property name="visible">True</property>
229              <property name="can_focus">True</property>
230              <property name="editable">True</property>
231              <property name="visibility">True</property>
232              <property name="max_length">0</property>
233              <property name="text" translatable="yes"></property>
234              <property name="has_frame">True</property>
235              <property name="invisible_char" translatable="yes">*</property>
236              <property name="activates_default">False</property>
237            </widget>
238            <packing>
239              <property name="left_attach">1</property>
240              <property name="right_attach">2</property>
241              <property name="top_attach">0</property>
242              <property name="bottom_attach">1</property>
243              <property name="y_options"></property>
244            </packing>
245          </child>
246
247          <child>
248            <widget class="GtkEntry" id="doc2">
249              <property name="visible">True</property>
250              <property name="can_focus">True</property>
251              <property name="editable">True</property>
252              <property name="visibility">True</property>
253              <property name="max_length">0</property>
254              <property name="text" translatable="yes"></property>
255              <property name="has_frame">True</property>
256              <property name="invisible_char" translatable="yes">*</property>
257              <property name="activates_default">False</property>
258            </widget>
259            <packing>
260              <property name="left_attach">1</property>
261              <property name="right_attach">2</property>
262              <property name="top_attach">1</property>
263              <property name="bottom_attach">2</property>
264              <property name="y_options"></property>
265            </packing>
266          </child>
267
268          <child>
269            <widget class="GtkEntry" id="doc3">
270              <property name="visible">True</property>
271              <property name="can_focus">True</property>
272              <property name="editable">True</property>
273              <property name="visibility">True</property>
274              <property name="max_length">0</property>
275              <property name="text" translatable="yes"></property>
276              <property name="has_frame">True</property>
277              <property name="invisible_char" translatable="yes">*</property>
278              <property name="activates_default">False</property>
279            </widget>
280            <packing>
281              <property name="left_attach">1</property>
282              <property name="right_attach">2</property>
283              <property name="top_attach">2</property>
284              <property name="bottom_attach">3</property>
285              <property name="y_options"></property>
286            </packing>
287          </child>
288        </widget>
289        <packing>
290          <property name="padding">0</property>
291          <property name="expand">True</property>
292          <property name="fill">True</property>
293        </packing>
294      </child>
295
296      <child>
297        <widget class="GtkStatusbar" id="statusbar">
298          <property name="visible">True</property>
299          <property name="has_resize_grip">True</property>
300        </widget>
301        <packing>
302          <property name="padding">0</property>
303          <property name="expand">False</property>
304          <property name="fill">False</property>
305        </packing>
306      </child>
307    </widget>
308  </child>
309</widget>
310
311</glade-interface>
Note: See TracBrowser for help on using the repository browser.