~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/plugins/export/exportftree.glade

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 2.12 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="exportftree">
6
 
    <property name="visible">True</property>
7
 
    <property name="modal">True</property>
8
 
    <property name="default_width">480</property>
9
 
    <property name="type_hint">dialog</property>
10
 
    <property name="has_separator">False</property>
11
 
    <child internal-child="vbox">
12
 
      <object class="GtkVBox" id="dialog-vbox1">
13
 
        <property name="visible">True</property>
14
 
        <property name="spacing">8</property>
15
 
        <child>
16
 
          <object class="GtkVBox" id="vbox1">
17
 
            <property name="visible">True</property>
18
 
            <child>
19
 
              <object class="GtkLabel" id="title">
20
 
                <property name="visible">True</property>
21
 
                <property name="ypad">6</property>
22
 
                <property name="justify">center</property>
23
 
              </object>
24
 
              <packing>
25
 
                <property name="expand">False</property>
26
 
                <property name="fill">False</property>
27
 
                <property name="position">0</property>
28
 
              </packing>
29
 
            </child>
30
 
            <child>
31
 
              <object class="GtkTable" id="table3">
32
 
                <property name="visible">True</property>
33
 
                <property name="border_width">12</property>
34
 
                <property name="n_rows">3</property>
35
 
                <property name="n_columns">3</property>
36
 
                <property name="column_spacing">12</property>
37
 
                <property name="row_spacing">6</property>
38
 
                <child>
39
 
                  <object class="GtkLabel" id="label9">
40
 
                    <property name="visible">True</property>
41
 
                    <property name="xalign">0</property>
42
 
                    <property name="label" translatable="yes">&lt;b&gt;Options&lt;/b&gt;</property>
43
 
                    <property name="use_markup">True</property>
44
 
                  </object>
45
 
                  <packing>
46
 
                    <property name="right_attach">3</property>
47
 
                    <property name="x_options">GTK_FILL</property>
48
 
                    <property name="y_options"></property>
49
 
                  </packing>
50
 
                </child>
51
 
                <child>
52
 
                  <object class="GtkLabel" id="label1">
53
 
                    <property name="visible">True</property>
54
 
                    <property name="xalign">0</property>
55
 
                    <property name="label" translatable="yes">Filt_er:</property>
56
 
                    <property name="use_underline">True</property>
57
 
                  </object>
58
 
                  <packing>
59
 
                    <property name="left_attach">1</property>
60
 
                    <property name="right_attach">2</property>
61
 
                    <property name="top_attach">1</property>
62
 
                    <property name="bottom_attach">2</property>
63
 
                    <property name="x_options">GTK_SHRINK | GTK_FILL</property>
64
 
                    <property name="y_options"></property>
65
 
                  </packing>
66
 
                </child>
67
 
                <child>
68
 
                  <object class="GtkCheckButton" id="restrict">
69
 
                    <property name="label" translatable="yes">_Restrict data on living people</property>
70
 
                    <property name="visible">True</property>
71
 
                    <property name="can_focus">True</property>
72
 
                    <property name="receives_default">False</property>
73
 
                    <property name="use_underline">True</property>
74
 
                    <property name="active">True</property>
75
 
                    <property name="draw_indicator">True</property>
76
 
                  </object>
77
 
                  <packing>
78
 
                    <property name="left_attach">1</property>
79
 
                    <property name="right_attach">3</property>
80
 
                    <property name="top_attach">2</property>
81
 
                    <property name="bottom_attach">3</property>
82
 
                    <property name="x_options">GTK_FILL</property>
83
 
                    <property name="y_options"></property>
84
 
                  </packing>
85
 
                </child>
86
 
                <child>
87
 
                  <object class="GtkComboBox" id="filter">
88
 
                    <property name="visible">True</property>
89
 
                    <property name="model">liststore1</property>
90
 
                    <child>
91
 
                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
92
 
                      <attributes>
93
 
                        <attribute name="text">0</attribute>
94
 
                      </attributes>
95
 
                    </child>
96
 
                  </object>
97
 
                  <packing>
98
 
                    <property name="left_attach">2</property>
99
 
                    <property name="right_attach">3</property>
100
 
                    <property name="top_attach">1</property>
101
 
                    <property name="bottom_attach">2</property>
102
 
                    <property name="y_options">GTK_FILL</property>
103
 
                  </packing>
104
 
                </child>
105
 
                <child>
106
 
                  <placeholder/>
107
 
                </child>
108
 
                <child>
109
 
                  <placeholder/>
110
 
                </child>
111
 
              </object>
112
 
              <packing>
113
 
                <property name="position">1</property>
114
 
              </packing>
115
 
            </child>
116
 
          </object>
117
 
          <packing>
118
 
            <property name="position">1</property>
119
 
          </packing>
120
 
        </child>
121
 
        <child internal-child="action_area">
122
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
123
 
            <property name="visible">True</property>
124
 
            <property name="layout_style">end</property>
125
 
            <child>
126
 
              <object class="GtkButton" id="cancel">
127
 
                <property name="label">gtk-cancel</property>
128
 
                <property name="visible">True</property>
129
 
                <property name="can_focus">True</property>
130
 
                <property name="can_default">True</property>
131
 
                <property name="receives_default">False</property>
132
 
                <property name="use_stock">True</property>
133
 
                <signal name="clicked" handler="destroy_passed_object" object="exportftree"/>
134
 
              </object>
135
 
              <packing>
136
 
                <property name="expand">False</property>
137
 
                <property name="fill">False</property>
138
 
                <property name="position">0</property>
139
 
              </packing>
140
 
            </child>
141
 
            <child>
142
 
              <object class="GtkButton" id="ok">
143
 
                <property name="label">gtk-ok</property>
144
 
                <property name="visible">True</property>
145
 
                <property name="can_focus">True</property>
146
 
                <property name="can_default">True</property>
147
 
                <property name="receives_default">False</property>
148
 
                <property name="use_stock">True</property>
149
 
                <signal name="clicked" handler="on_ok_clicked" object="exportftree"/>
150
 
              </object>
151
 
              <packing>
152
 
                <property name="expand">False</property>
153
 
                <property name="fill">False</property>
154
 
                <property name="position">1</property>
155
 
              </packing>
156
 
            </child>
157
 
            <child>
158
 
              <object class="GtkButton" id="button1">
159
 
                <property name="label">gtk-help</property>
160
 
                <property name="visible">True</property>
161
 
                <property name="can_focus">True</property>
162
 
                <property name="can_default">True</property>
163
 
                <property name="receives_default">False</property>
164
 
                <property name="use_stock">True</property>
165
 
                <signal name="clicked" handler="on_help_clicked"/>
166
 
              </object>
167
 
              <packing>
168
 
                <property name="expand">False</property>
169
 
                <property name="fill">False</property>
170
 
                <property name="position">2</property>
171
 
              </packing>
172
 
            </child>
173
 
          </object>
174
 
          <packing>
175
 
            <property name="expand">False</property>
176
 
            <property name="pack_type">end</property>
177
 
            <property name="position">0</property>
178
 
          </packing>
179
 
        </child>
180
 
      </object>
181
 
    </child>
182
 
    <action-widgets>
183
 
      <action-widget response="0">cancel</action-widget>
184
 
      <action-widget response="0">ok</action-widget>
185
 
      <action-widget response="-11">button1</action-widget>
186
 
    </action-widgets>
187
 
  </object>
188
 
  <object class="GtkListStore" id="liststore1">
189
 
    <columns>
190
 
      <!-- column-name gchararray1 -->
191
 
      <column type="gchararray"/>
192
 
    </columns>
193
 
  </object>
194
 
</interface>