source: trunk/third/gnome-core/panel/gnome-panel-screenshot.glade @ 17152

Revision 17152, 6.6 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17151, which included commits to RCS files with non-trunk default branches.
Line 
1<?xml version="1.0"?>
2<GTK-Interface>
3
4<project>
5  <name>gnome-panel-screenshot</name>
6  <program_name>gnome-panel-screenshot</program_name>
7  <directory></directory>
8  <source_directory>src</source_directory>
9  <pixmaps_directory>pixmaps</pixmaps_directory>
10  <language>C</language>
11  <gnome_support>True</gnome_support>
12  <gettext_support>True</gettext_support>
13  <output_translatable_strings>True</output_translatable_strings>
14  <translatable_strings_file>gnome-panel-screenshot.glade.h</translatable_strings_file>
15</project>
16
17<widget>
18  <class>GtkWindow</class>
19  <name>toplevel</name>
20  <visible>False</visible>
21  <signal>
22    <name>delete_event</name>
23    <handler>gtk_main_quit</handler>
24    <last_modification_time>Wed, 23 May 2001 12:57:39 GMT</last_modification_time>
25  </signal>
26  <signal>
27    <name>key_press_event</name>
28    <handler>on_toplevel_key_press_event</handler>
29    <last_modification_time>Wed, 23 May 2001 13:01:47 GMT</last_modification_time>
30  </signal>
31  <title>Screenshot</title>
32  <type>GTK_WINDOW_TOPLEVEL</type>
33  <position>GTK_WIN_POS_NONE</position>
34  <modal>False</modal>
35  <allow_shrink>False</allow_shrink>
36  <allow_grow>True</allow_grow>
37  <auto_shrink>False</auto_shrink>
38
39  <widget>
40    <class>GtkVBox</class>
41    <name>vbox1</name>
42    <border_width>8</border_width>
43    <homogeneous>False</homogeneous>
44    <spacing>8</spacing>
45
46    <widget>
47      <class>GtkFrame</class>
48      <name>frame3</name>
49      <label>Preview</label>
50      <label_xalign>0</label_xalign>
51      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
52      <child>
53        <padding>0</padding>
54        <expand>True</expand>
55        <fill>True</fill>
56      </child>
57
58      <widget>
59        <class>GtkAspectFrame</class>
60        <name>aspect_frame</name>
61        <border_width>8</border_width>
62        <label_xalign>0</label_xalign>
63        <shadow_type>GTK_SHADOW_IN</shadow_type>
64        <xalign>0.5</xalign>
65        <yalign>0.5</yalign>
66        <ratio>1</ratio>
67        <obey_child>True</obey_child>
68
69        <widget>
70          <class>GtkDrawingArea</class>
71          <name>preview</name>
72          <signal>
73            <name>expose_event</name>
74            <handler>on_preview_expose_event</handler>
75            <last_modification_time>Wed, 23 May 2001 13:13:29 GMT</last_modification_time>
76          </signal>
77          <signal>
78            <name>configure_event</name>
79            <handler>on_preview_configure_event</handler>
80            <last_modification_time>Sat, 26 May 2001 06:53:16 GMT</last_modification_time>
81          </signal>
82        </widget>
83      </widget>
84    </widget>
85
86    <widget>
87      <class>GtkFrame</class>
88      <name>options_frame</name>
89      <label>Options</label>
90      <label_xalign>0</label_xalign>
91      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
92      <child>
93        <padding>0</padding>
94        <expand>False</expand>
95        <fill>False</fill>
96      </child>
97
98      <widget>
99        <class>GtkVBox</class>
100        <name>vbox2</name>
101        <border_width>8</border_width>
102        <homogeneous>False</homogeneous>
103        <spacing>4</spacing>
104
105        <widget>
106          <class>GtkHBox</class>
107          <name>hbox1</name>
108          <homogeneous>False</homogeneous>
109          <spacing>4</spacing>
110          <child>
111            <padding>0</padding>
112            <expand>False</expand>
113            <fill>False</fill>
114          </child>
115
116          <widget>
117            <class>GtkRadioButton</class>
118            <name>save_rbutton</name>
119            <can_focus>True</can_focus>
120            <signal>
121              <name>toggled</name>
122              <handler>on_save_rbutton_toggled</handler>
123              <last_modification_time>Wed, 23 May 2001 15:33:59 GMT</last_modification_time>
124            </signal>
125            <label>_Save screenshot to file:</label>
126            <active>False</active>
127            <draw_indicator>True</draw_indicator>
128            <group>group</group>
129            <child>
130              <padding>0</padding>
131              <expand>False</expand>
132              <fill>False</fill>
133            </child>
134          </widget>
135
136          <widget>
137            <class>GnomeFileEntry</class>
138            <name>save_fileentry</name>
139            <max_saved>10</max_saved>
140            <directory>True</directory>
141            <modal>False</modal>
142            <child>
143              <padding>0</padding>
144              <expand>True</expand>
145              <fill>True</fill>
146            </child>
147
148            <widget>
149              <class>GtkEntry</class>
150              <child_name>GnomeEntry:entry</child_name>
151              <name>save_entry</name>
152              <can_focus>True</can_focus>
153              <editable>True</editable>
154              <text_visible>True</text_visible>
155              <text_max_length>0</text_max_length>
156              <text></text>
157            </widget>
158          </widget>
159        </widget>
160
161        <widget>
162          <class>GtkRadioButton</class>
163          <name>desktop_rbutton</name>
164          <can_focus>True</can_focus>
165          <label>Save screenshot to _desktop</label>
166          <active>False</active>
167          <draw_indicator>True</draw_indicator>
168          <group>group</group>
169          <child>
170            <padding>0</padding>
171            <expand>False</expand>
172            <fill>False</fill>
173          </child>
174        </widget>
175
176        <widget>
177          <class>GtkRadioButton</class>
178          <name>web_rbutton</name>
179          <visible>False</visible>
180          <can_focus>True</can_focus>
181          <label>Save screenshot to _web page (save in ~/public__html)</label>
182          <active>False</active>
183          <draw_indicator>True</draw_indicator>
184          <group>group</group>
185          <child>
186            <padding>0</padding>
187            <expand>False</expand>
188            <fill>False</fill>
189          </child>
190        </widget>
191
192        <widget>
193          <class>GtkRadioButton</class>
194          <name>print_rbutton</name>
195          <can_focus>True</can_focus>
196          <label>_Print screenshot...</label>
197          <active>False</active>
198          <draw_indicator>True</draw_indicator>
199          <group>group</group>
200          <child>
201            <padding>0</padding>
202            <expand>False</expand>
203            <fill>False</fill>
204          </child>
205        </widget>
206      </widget>
207    </widget>
208
209    <widget>
210      <class>GtkHButtonBox</class>
211      <name>hbuttonbox1</name>
212      <layout_style>GTK_BUTTONBOX_END</layout_style>
213      <spacing>25</spacing>
214      <child_min_width>85</child_min_width>
215      <child_min_height>27</child_min_height>
216      <child_ipad_x>7</child_ipad_x>
217      <child_ipad_y>0</child_ipad_y>
218      <child>
219        <padding>0</padding>
220        <expand>False</expand>
221        <fill>False</fill>
222      </child>
223
224      <widget>
225        <class>GtkButton</class>
226        <name>ok_button</name>
227        <can_default>True</can_default>
228        <has_default>True</has_default>
229        <can_focus>True</can_focus>
230        <signal>
231          <name>clicked</name>
232          <handler>on_ok_button_clicked</handler>
233          <last_modification_time>Wed, 23 May 2001 12:58:22 GMT</last_modification_time>
234        </signal>
235        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
236        <relief>GTK_RELIEF_NORMAL</relief>
237      </widget>
238
239      <widget>
240        <class>GtkButton</class>
241        <name>cancel_button</name>
242        <can_default>True</can_default>
243        <can_focus>True</can_focus>
244        <signal>
245          <name>clicked</name>
246          <handler>on_cancel_button_clicked</handler>
247          <last_modification_time>Wed, 23 May 2001 12:58:52 GMT</last_modification_time>
248        </signal>
249        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
250        <relief>GTK_RELIEF_NORMAL</relief>
251      </widget>
252    </widget>
253  </widget>
254</widget>
255
256</GTK-Interface>
Note: See TracBrowser for help on using the repository browser.