~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to glade/screenshot-2.glade

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="screenshot_dbox">
 
7
  <property name="visible">True</property>
 
8
  <property name="title" translatable="yes">Screen capture</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="vbox1">
 
17
      <property name="visible">True</property>
 
18
      <property name="homogeneous">False</property>
 
19
      <property name="spacing">0</property>
 
20
 
 
21
      <child>
 
22
        <widget class="GtkHandleBox" id="handlebox1">
 
23
          <property name="visible">True</property>
 
24
          <property name="shadow_type">GTK_SHADOW_OUT</property>
 
25
          <property name="handle_position">GTK_POS_LEFT</property>
 
26
          <property name="snap_edge">GTK_POS_TOP</property>
 
27
 
 
28
          <child>
 
29
            <widget class="GtkMenuBar" id="menubar1">
 
30
              <property name="visible">True</property>
 
31
 
 
32
              <child>
 
33
                <widget class="GtkMenuItem" id="file1">
 
34
                  <property name="visible">True</property>
 
35
                  <property name="label" translatable="yes">_File</property>
 
36
                  <property name="use_underline">True</property>
 
37
 
 
38
                  <child>
 
39
                    <widget class="GtkMenu" id="file1_menu">
 
40
 
 
41
                      <child>
 
42
                        <widget class="GtkImageMenuItem" id="load1">
 
43
                          <property name="visible">True</property>
 
44
                          <property name="label" translatable="yes">_Load</property>
 
45
                          <property name="use_underline">True</property>
 
46
                          <signal name="activate" handler="on_sc_load1_activate"/>
 
47
                          <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
48
 
 
49
                          <child internal-child="image">
 
50
                            <widget class="GtkImage" id="image7">
 
51
                              <property name="visible">True</property>
 
52
                              <property name="stock">gtk-open</property>
 
53
                              <property name="icon_size">1</property>
 
54
                              <property name="xalign">0.5</property>
 
55
                              <property name="yalign">0.5</property>
 
56
                              <property name="xpad">0</property>
 
57
                              <property name="ypad">0</property>
 
58
                            </widget>
 
59
                          </child>
 
60
                        </widget>
 
61
                      </child>
 
62
 
 
63
                      <child>
 
64
                        <widget class="GtkImageMenuItem" id="save1">
 
65
                          <property name="visible">True</property>
 
66
                          <property name="label" translatable="yes">_Save</property>
 
67
                          <property name="use_underline">True</property>
 
68
                          <signal name="activate" handler="on_sc_save1_activate"/>
 
69
                          <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
70
 
 
71
                          <child internal-child="image">
 
72
                            <widget class="GtkImage" id="image8">
 
73
                              <property name="visible">True</property>
 
74
                              <property name="stock">gtk-save</property>
 
75
                              <property name="icon_size">1</property>
 
76
                              <property name="xalign">0.5</property>
 
77
                              <property name="yalign">0.5</property>
 
78
                              <property name="xpad">0</property>
 
79
                              <property name="ypad">0</property>
 
80
                            </widget>
 
81
                          </child>
 
82
                        </widget>
 
83
                      </child>
 
84
 
 
85
                      <child>
 
86
                        <widget class="GtkMenuItem" id="separator2">
 
87
                          <property name="visible">True</property>
 
88
                        </widget>
 
89
                      </child>
 
90
 
 
91
                      <child>
 
92
                        <widget class="GtkImageMenuItem" id="quit1">
 
93
                          <property name="visible">True</property>
 
94
                          <property name="label" translatable="yes">_Quit</property>
 
95
                          <property name="use_underline">True</property>
 
96
                          <signal name="activate" handler="on_sc_quit1_activate"/>
 
97
                          <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
98
 
 
99
                          <child internal-child="image">
 
100
                            <widget class="GtkImage" id="image9">
 
101
                              <property name="visible">True</property>
 
102
                              <property name="stock">gtk-quit</property>
 
103
                              <property name="icon_size">1</property>
 
104
                              <property name="xalign">0.5</property>
 
105
                              <property name="yalign">0.5</property>
 
106
                              <property name="xpad">0</property>
 
107
                              <property name="ypad">0</property>
 
108
                            </widget>
 
109
                          </child>
 
110
                        </widget>
 
111
                      </child>
 
112
                    </widget>
 
113
                  </child>
 
114
                </widget>
 
115
              </child>
 
116
 
 
117
              <child>
 
118
                <widget class="GtkMenuItem" id="options1">
 
119
                  <property name="visible">True</property>
 
120
                  <property name="label" translatable="yes">_Options</property>
 
121
                  <property name="use_underline">True</property>
 
122
                  <signal name="activate" handler="on_sc_options1_activate"/>
 
123
                </widget>
 
124
              </child>
 
125
            </widget>
 
126
          </child>
 
127
        </widget>
 
128
        <packing>
 
129
          <property name="padding">0</property>
 
130
          <property name="expand">False</property>
 
131
          <property name="fill">False</property>
 
132
        </packing>
 
133
      </child>
 
134
 
 
135
      <child>
 
136
        <widget class="GtkHandleBox" id="handlebox2">
 
137
          <property name="visible">True</property>
 
138
          <property name="shadow_type">GTK_SHADOW_OUT</property>
 
139
          <property name="handle_position">GTK_POS_LEFT</property>
 
140
          <property name="snap_edge">GTK_POS_TOP</property>
 
141
 
 
142
          <child>
 
143
            <widget class="GtkToolbar" id="toolbar1">
 
144
              <property name="visible">True</property>
 
145
              <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
 
146
              <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
 
147
              <property name="tooltips">True</property>
 
148
 
 
149
              <child>
 
150
                <widget class="button" id="button1">
 
151
                  <property name="visible">True</property>
 
152
                  <property name="label" translatable="yes">Refresh</property>
 
153
                  <property name="use_underline">True</property>
 
154
                  <property name="stock_pixmap">gtk-refresh</property>
 
155
                  <signal name="clicked" handler="on_scdbox_button1_clicked"/>
 
156
                </widget>
 
157
              </child>
 
158
 
 
159
              <child>
 
160
                <widget class="button" id="button2">
 
161
                  <property name="visible">True</property>
 
162
                  <property name="label" translatable="yes">Save</property>
 
163
                  <property name="use_underline">True</property>
 
164
                  <property name="stock_pixmap">gtk-save</property>
 
165
                  <signal name="clicked" handler="on_scdbox_button2_clicked"/>
 
166
                </widget>
 
167
              </child>
 
168
 
 
169
              <child>
 
170
                <widget class="button" id="button3">
 
171
                  <property name="visible">True</property>
 
172
                  <property name="label" translatable="yes">Quit</property>
 
173
                  <property name="use_underline">True</property>
 
174
                  <property name="stock_pixmap">gtk-quit</property>
 
175
                  <signal name="clicked" handler="on_scdbox_button3_clicked"/>
 
176
                </widget>
 
177
              </child>
 
178
 
 
179
              <child>
 
180
                <widget class="button" id="button4">
 
181
                  <property name="visible">True</property>
 
182
                  <property name="label" translatable="yes">Help</property>
 
183
                  <property name="use_underline">True</property>
 
184
                  <property name="stock_pixmap">gtk-help</property>
 
185
                  <signal name="clicked" handler="on_scdbox_button4_clicked"/>
 
186
                </widget>
 
187
              </child>
 
188
            </widget>
 
189
          </child>
 
190
        </widget>
 
191
        <packing>
 
192
          <property name="padding">0</property>
 
193
          <property name="expand">False</property>
 
194
          <property name="fill">False</property>
 
195
        </packing>
 
196
      </child>
 
197
 
 
198
      <child>
 
199
        <widget class="GtkFrame" id="frame2">
 
200
          <property name="border_width">5</property>
 
201
          <property name="visible">True</property>
 
202
          <property name="label_xalign">0</property>
 
203
          <property name="label_yalign">0.5</property>
 
204
          <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
 
205
 
 
206
          <child>
 
207
            <widget class="GtkImage" id="pixmap7">
 
208
              <property name="width_request">244</property>
 
209
              <property name="height_request">132</property>
 
210
              <property name="visible">True</property>
 
211
              <property name="xalign">0.5</property>
 
212
              <property name="yalign">0.5</property>
 
213
              <property name="xpad">2</property>
 
214
              <property name="ypad">2</property>
 
215
            </widget>
 
216
          </child>
 
217
 
 
218
          <child>
 
219
            <widget class="GtkLabel" id="label1">
 
220
              <property name="visible">True</property>
 
221
              <property name="label" translatable="yes">Calculator screen</property>
 
222
              <property name="use_underline">False</property>
 
223
              <property name="use_markup">False</property>
 
224
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
225
              <property name="wrap">False</property>
 
226
              <property name="selectable">False</property>
 
227
              <property name="xalign">0.5</property>
 
228
              <property name="yalign">0.5</property>
 
229
              <property name="xpad">0</property>
 
230
              <property name="ypad">0</property>
 
231
            </widget>
 
232
            <packing>
 
233
              <property name="type">label_item</property>
 
234
            </packing>
 
235
          </child>
 
236
        </widget>
 
237
        <packing>
 
238
          <property name="padding">0</property>
 
239
          <property name="expand">True</property>
 
240
          <property name="fill">True</property>
 
241
        </packing>
 
242
      </child>
 
243
 
 
244
      <child>
 
245
        <widget class="GtkStatusbar" id="statusbar1">
 
246
          <property name="visible">True</property>
 
247
          <property name="has_resize_grip">True</property>
 
248
        </widget>
 
249
        <packing>
 
250
          <property name="padding">0</property>
 
251
          <property name="expand">False</property>
 
252
          <property name="fill">False</property>
 
253
        </packing>
 
254
      </child>
 
255
    </widget>
 
256
  </child>
 
257
</widget>
 
258
 
 
259
</glade-interface>