~ubuntu-branches/ubuntu/maverick/rapache/maverick

« back to all changes in this revision

Viewing changes to Glade/edit_generic.glade

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-10-15 15:44:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081015154427-sc86e7urpacfwppr
Tags: 0.7-0ubuntu1
* rapache version bump (LP: #283770)
* debian/patches:
 + removed 01_surf_this_button.patch, fixed in bzr branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--Generated with glade3 3.4.5 on Fri Sep  5 14:49:16 2008 -->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="dialog_edit_generic">
 
6
    <property name="width_request">600</property>
 
7
    <property name="height_request">400</property>
 
8
    <property name="border_width">5</property>
 
9
    <property name="modal">True</property>
 
10
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
11
    <property name="destroy_with_parent">True</property>
 
12
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
13
    <property name="has_separator">False</property>
 
14
    <child internal-child="vbox">
 
15
      <widget class="GtkVBox" id="dialog-vbox1">
 
16
        <property name="visible">True</property>
 
17
        <property name="spacing">2</property>
 
18
        <child>
 
19
          <widget class="GtkVBox" id="vbox1">
 
20
            <property name="visible">True</property>
 
21
            <child>
 
22
              <widget class="GtkHBox" id="hbox1">
 
23
                <property name="visible">True</property>
 
24
                <child>
 
25
                  <widget class="GtkLabel" id="label1">
 
26
                    <property name="visible">True</property>
 
27
                    <property name="label" translatable="yes">File version</property>
 
28
                  </widget>
 
29
                  <packing>
 
30
                    <property name="expand">False</property>
 
31
                    <property name="fill">False</property>
 
32
                    <property name="padding">8</property>
 
33
                  </packing>
 
34
                </child>
 
35
                <child>
 
36
                  <widget class="GtkComboBox" id="combobox_backups">
 
37
                    <property name="visible">True</property>
 
38
                    <property name="items" translatable="yes">Current version</property>
 
39
                  </widget>
 
40
                  <packing>
 
41
                    <property name="position">1</property>
 
42
                  </packing>
 
43
                </child>
 
44
                <child>
 
45
                  <widget class="GtkButton" id="button_restore_version">
 
46
                    <property name="visible">True</property>
 
47
                    <property name="can_focus">True</property>
 
48
                    <property name="receives_default">True</property>
 
49
                    <property name="response_id">0</property>
 
50
                    <signal name="clicked" handler="on_button_restore_version_clicked"/>
 
51
                    <child>
 
52
                      <widget class="GtkHBox" id="hbox6">
 
53
                        <property name="visible">True</property>
 
54
                        <child>
 
55
                          <widget class="GtkImage" id="image3">
 
56
                            <property name="visible">True</property>
 
57
                            <property name="stock">gtk-clear</property>
 
58
                          </widget>
 
59
                          <packing>
 
60
                            <property name="expand">False</property>
 
61
                            <property name="fill">False</property>
 
62
                          </packing>
 
63
                        </child>
 
64
                        <child>
 
65
                          <widget class="GtkLabel" id="label3">
 
66
                            <property name="visible">True</property>
 
67
                            <property name="label" translatable="yes">Restore</property>
 
68
                          </widget>
 
69
                          <packing>
 
70
                            <property name="expand">False</property>
 
71
                            <property name="fill">False</property>
 
72
                            <property name="padding">8</property>
 
73
                            <property name="position">1</property>
 
74
                          </packing>
 
75
                        </child>
 
76
                      </widget>
 
77
                    </child>
 
78
                  </widget>
 
79
                  <packing>
 
80
                    <property name="expand">False</property>
 
81
                    <property name="fill">False</property>
 
82
                    <property name="padding">8</property>
 
83
                    <property name="position">2</property>
 
84
                  </packing>
 
85
                </child>
 
86
              </widget>
 
87
              <packing>
 
88
                <property name="expand">False</property>
 
89
                <property name="fill">False</property>
 
90
                <property name="padding">8</property>
 
91
              </packing>
 
92
            </child>
 
93
            <child>
 
94
              <widget class="GtkScrolledWindow" id="scrolledwindow_generic">
 
95
                <property name="visible">True</property>
 
96
                <property name="can_focus">True</property>
 
97
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
98
                <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
 
99
                <child>
 
100
                  <placeholder/>
 
101
                </child>
 
102
              </widget>
 
103
              <packing>
 
104
                <property name="position">1</property>
 
105
              </packing>
 
106
            </child>
 
107
            <child>
 
108
              <widget class="GtkHBox" id="hbox7">
 
109
                <property name="visible">True</property>
 
110
                <child>
 
111
                  <widget class="GtkLabel" id="label_path">
 
112
                    <property name="visible">True</property>
 
113
                    <property name="label" translatable="yes">Location : /path/to/file</property>
 
114
                    <property name="selectable">True</property>
 
115
                  </widget>
 
116
                  <packing>
 
117
                    <property name="expand">False</property>
 
118
                    <property name="fill">False</property>
 
119
                  </packing>
 
120
                </child>
 
121
                <child>
 
122
                  <placeholder/>
 
123
                </child>
 
124
              </widget>
 
125
              <packing>
 
126
                <property name="expand">False</property>
 
127
                <property name="fill">False</property>
 
128
                <property name="padding">8</property>
 
129
                <property name="position">2</property>
 
130
              </packing>
 
131
            </child>
 
132
          </widget>
 
133
          <packing>
 
134
            <property name="position">1</property>
 
135
          </packing>
 
136
        </child>
 
137
        <child internal-child="action_area">
 
138
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
139
            <property name="visible">True</property>
 
140
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
141
            <child>
 
142
              <widget class="GtkButton" id="button_cancel">
 
143
                <property name="visible">True</property>
 
144
                <property name="can_focus">True</property>
 
145
                <property name="receives_default">True</property>
 
146
                <property name="label" translatable="yes">gtk-cancel</property>
 
147
                <property name="use_stock">True</property>
 
148
                <property name="response_id">0</property>
 
149
                <signal name="clicked" handler="on_button_cancel_clicked"/>
 
150
              </widget>
 
151
            </child>
 
152
            <child>
 
153
              <widget class="GtkButton" id="button_save">
 
154
                <property name="visible">True</property>
 
155
                <property name="can_focus">True</property>
 
156
                <property name="receives_default">True</property>
 
157
                <property name="label" translatable="yes">gtk-save</property>
 
158
                <property name="use_stock">True</property>
 
159
                <property name="response_id">0</property>
 
160
                <signal name="clicked" handler="on_button_save_clicked"/>
 
161
              </widget>
 
162
              <packing>
 
163
                <property name="position">1</property>
 
164
              </packing>
 
165
            </child>
 
166
          </widget>
 
167
          <packing>
 
168
            <property name="expand">False</property>
 
169
            <property name="pack_type">GTK_PACK_END</property>
 
170
          </packing>
 
171
        </child>
 
172
      </widget>
 
173
    </child>
 
174
  </widget>
 
175
</glade-interface>