0
|
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="add_files_dialog">
|
|
7 <property name="visible">True</property>
|
|
8 <property name="title" translatable="yes">Add Files</property>
|
|
9 <property name="type">GTK_WINDOW_TOPLEVEL</property>
|
|
10 <property name="window_position">GTK_WIN_POS_CENTER</property>
|
|
11 <property name="modal">False</property>
|
|
12 <property name="default_width">700</property>
|
|
13 <property name="default_height">450</property>
|
|
14 <property name="resizable">True</property>
|
|
15 <property name="destroy_with_parent">False</property>
|
|
16 <property name="decorated">True</property>
|
|
17 <property name="skip_taskbar_hint">True</property>
|
|
18 <property name="skip_pager_hint">False</property>
|
|
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
20 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
21 <signal name="delete_event" handler="gtk_widget_hide_on_delete" last_modification_time="Wed, 01 Dec 2004 18:47:13 GMT"/>
|
|
22
|
|
23 <child>
|
|
24 <widget class="GtkVBox" id="vbox1">
|
|
25 <property name="visible">True</property>
|
|
26 <property name="homogeneous">False</property>
|
|
27 <property name="spacing">0</property>
|
|
28
|
|
29 <child>
|
|
30 <widget class="GtkAlignment" id="alignment2">
|
|
31 <property name="visible">True</property>
|
|
32 <property name="xalign">0.5</property>
|
|
33 <property name="yalign">0.5</property>
|
|
34 <property name="xscale">1</property>
|
|
35 <property name="yscale">1</property>
|
|
36 <property name="top_padding">8</property>
|
|
37 <property name="bottom_padding">8</property>
|
|
38 <property name="left_padding">8</property>
|
|
39 <property name="right_padding">8</property>
|
|
40
|
|
41 <child>
|
|
42 <placeholder/>
|
|
43 </child>
|
|
44 </widget>
|
|
45 <packing>
|
|
46 <property name="padding">0</property>
|
|
47 <property name="expand">True</property>
|
|
48 <property name="fill">True</property>
|
|
49 </packing>
|
|
50 </child>
|
|
51
|
|
52 <child>
|
|
53 <widget class="GtkAlignment" id="alignment1">
|
|
54 <property name="visible">True</property>
|
|
55 <property name="xalign">0.5</property>
|
|
56 <property name="yalign">0.5</property>
|
|
57 <property name="xscale">1</property>
|
|
58 <property name="yscale">1</property>
|
|
59 <property name="top_padding">8</property>
|
|
60 <property name="bottom_padding">8</property>
|
|
61 <property name="left_padding">4</property>
|
|
62 <property name="right_padding">4</property>
|
|
63
|
|
64 <child>
|
|
65 <widget class="GtkTable" id="table1">
|
|
66 <property name="visible">True</property>
|
|
67 <property name="n_rows">1</property>
|
|
68 <property name="n_columns">2</property>
|
|
69 <property name="homogeneous">False</property>
|
|
70 <property name="row_spacing">0</property>
|
|
71 <property name="column_spacing">0</property>
|
|
72
|
|
73 <child>
|
|
74 <widget class="GtkCheckButton" id="close_on_action">
|
|
75 <property name="visible">True</property>
|
|
76 <property name="can_focus">True</property>
|
|
77 <property name="label" translatable="yes">Close Dialog on Add</property>
|
|
78 <property name="use_underline">True</property>
|
|
79 <property name="relief">GTK_RELIEF_NORMAL</property>
|
|
80 <property name="focus_on_click">True</property>
|
|
81 <property name="active">False</property>
|
|
82 <property name="inconsistent">False</property>
|
|
83 <property name="draw_indicator">True</property>
|
|
84 </widget>
|
|
85 <packing>
|
|
86 <property name="left_attach">0</property>
|
|
87 <property name="right_attach">1</property>
|
|
88 <property name="top_attach">0</property>
|
|
89 <property name="bottom_attach">1</property>
|
|
90 <property name="x_options">fill</property>
|
|
91 <property name="y_options"></property>
|
|
92 </packing>
|
|
93 </child>
|
|
94
|
|
95 <child>
|
|
96 <widget class="GtkHButtonBox" id="hbuttonbox2">
|
|
97 <property name="visible">True</property>
|
|
98 <property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
99 <property name="spacing">8</property>
|
|
100
|
|
101 <child>
|
|
102 <widget class="GtkButton" id="select_all">
|
|
103 <property name="visible">True</property>
|
|
104 <property name="can_focus">True</property>
|
|
105 <property name="label" translatable="yes">Select All</property>
|
|
106 <property name="use_underline">True</property>
|
|
107 <property name="relief">GTK_RELIEF_NORMAL</property>
|
|
108 <property name="focus_on_click">True</property>
|
|
109 </widget>
|
|
110 </child>
|
|
111
|
|
112 <child>
|
|
113 <widget class="GtkButton" id="deselect_all">
|
|
114 <property name="visible">True</property>
|
|
115 <property name="can_focus">True</property>
|
|
116 <property name="label" translatable="yes">Deselect All</property>
|
|
117 <property name="use_underline">True</property>
|
|
118 <property name="relief">GTK_RELIEF_NORMAL</property>
|
|
119 <property name="focus_on_click">True</property>
|
|
120 </widget>
|
|
121 </child>
|
|
122
|
|
123 <child>
|
|
124 <widget class="GtkButton" id="action">
|
|
125 <property name="visible">True</property>
|
|
126 <property name="can_default">True</property>
|
|
127 <property name="has_default">True</property>
|
|
128 <property name="can_focus">True</property>
|
|
129 <property name="label">gtk-add</property>
|
|
130 <property name="use_stock">True</property>
|
|
131 <property name="relief">GTK_RELIEF_NORMAL</property>
|
|
132 <property name="focus_on_click">True</property>
|
|
133 </widget>
|
|
134 </child>
|
|
135
|
|
136 <child>
|
|
137 <widget class="GtkButton" id="close">
|
|
138 <property name="visible">True</property>
|
|
139 <property name="can_focus">True</property>
|
|
140 <property name="label">gtk-close</property>
|
|
141 <property name="use_stock">True</property>
|
|
142 <property name="relief">GTK_RELIEF_NORMAL</property>
|
|
143 <property name="focus_on_click">True</property>
|
|
144 <signal name="clicked" handler="gtk_widget_hide" object="add_files_dialog" last_modification_time="Wed, 01 Dec 2004 18:45:40 GMT"/>
|
|
145 </widget>
|
|
146 </child>
|
|
147 </widget>
|
|
148 <packing>
|
|
149 <property name="left_attach">1</property>
|
|
150 <property name="right_attach">2</property>
|
|
151 <property name="top_attach">0</property>
|
|
152 <property name="bottom_attach">1</property>
|
|
153 <property name="y_options">fill</property>
|
|
154 </packing>
|
|
155 </child>
|
|
156 </widget>
|
|
157 </child>
|
|
158 </widget>
|
|
159 <packing>
|
|
160 <property name="padding">0</property>
|
|
161 <property name="expand">False</property>
|
|
162 <property name="fill">False</property>
|
|
163 </packing>
|
|
164 </child>
|
|
165 </widget>
|
|
166 </child>
|
|
167 </widget>
|
|
168
|
|
169 </glade-interface>
|