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

« back to all changes in this revision

Viewing changes to src/plugins/export/exportvcard.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="exportvcard">
6
 
    <property name="visible">True</property>
7
 
    <property name="modal">True</property>
8
 
    <property name="default_width">400</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="GtkTable" id="table3">
20
 
                <property name="visible">True</property>
21
 
                <property name="border_width">12</property>
22
 
                <property name="n_rows">3</property>
23
 
                <property name="n_columns">3</property>
24
 
                <property name="column_spacing">12</property>
25
 
                <property name="row_spacing">6</property>
26
 
                <child>
27
 
                  <object class="GtkLabel" id="label9">
28
 
                    <property name="visible">True</property>
29
 
                    <property name="xalign">0</property>
30
 
                    <property name="label" translatable="yes">&lt;b&gt;Options&lt;/b&gt;</property>
31
 
                    <property name="use_markup">True</property>
32
 
                  </object>
33
 
                  <packing>
34
 
                    <property name="right_attach">3</property>
35
 
                    <property name="x_options">GTK_FILL</property>
36
 
                    <property name="y_options"></property>
37
 
                  </packing>
38
 
                </child>
39
 
                <child>
40
 
                  <object class="GtkLabel" id="label1">
41
 
                    <property name="visible">True</property>
42
 
                    <property name="xalign">0</property>
43
 
                    <property name="label" translatable="yes">Filt_er:</property>
44
 
                    <property name="use_underline">True</property>
45
 
                  </object>
46
 
                  <packing>
47
 
                    <property name="top_attach">1</property>
48
 
                    <property name="bottom_attach">2</property>
49
 
                    <property name="x_options">GTK_FILL</property>
50
 
                    <property name="y_options"></property>
51
 
                  </packing>
52
 
                </child>
53
 
                <child>
54
 
                  <object class="GtkComboBox" id="filter">
55
 
                    <property name="visible">True</property>
56
 
                    <property name="model">liststore1</property>
57
 
                    <child>
58
 
                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
59
 
                      <attributes>
60
 
                        <attribute name="text">0</attribute>
61
 
                      </attributes>
62
 
                    </child>
63
 
                  </object>
64
 
                  <packing>
65
 
                    <property name="left_attach">1</property>
66
 
                    <property name="right_attach">3</property>
67
 
                    <property name="top_attach">1</property>
68
 
                    <property name="bottom_attach">2</property>
69
 
                  </packing>
70
 
                </child>
71
 
              </object>
72
 
              <packing>
73
 
                <property name="expand">False</property>
74
 
                <property name="position">1</property>
75
 
              </packing>
76
 
            </child>
77
 
          </object>
78
 
          <packing>
79
 
            <property name="position">1</property>
80
 
          </packing>
81
 
        </child>
82
 
        <child internal-child="action_area">
83
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
84
 
            <property name="visible">True</property>
85
 
            <property name="layout_style">end</property>
86
 
            <child>
87
 
              <object class="GtkButton" id="cancel">
88
 
                <property name="label">gtk-cancel</property>
89
 
                <property name="visible">True</property>
90
 
                <property name="can_focus">True</property>
91
 
                <property name="can_default">True</property>
92
 
                <property name="receives_default">False</property>
93
 
                <property name="use_stock">True</property>
94
 
                <signal name="clicked" handler="destroy_passed_object" object="exportvcard"/>
95
 
              </object>
96
 
              <packing>
97
 
                <property name="expand">False</property>
98
 
                <property name="fill">False</property>
99
 
                <property name="position">0</property>
100
 
              </packing>
101
 
            </child>
102
 
            <child>
103
 
              <object class="GtkButton" id="ok">
104
 
                <property name="label">gtk-ok</property>
105
 
                <property name="visible">True</property>
106
 
                <property name="can_focus">True</property>
107
 
                <property name="can_default">True</property>
108
 
                <property name="receives_default">False</property>
109
 
                <property name="use_stock">True</property>
110
 
                <signal name="clicked" handler="on_ok_clicked" object="gedcomExport"/>
111
 
              </object>
112
 
              <packing>
113
 
                <property name="expand">False</property>
114
 
                <property name="fill">False</property>
115
 
                <property name="position">1</property>
116
 
              </packing>
117
 
            </child>
118
 
            <child>
119
 
              <object class="GtkButton" id="button1">
120
 
                <property name="label">gtk-help</property>
121
 
                <property name="visible">True</property>
122
 
                <property name="can_focus">True</property>
123
 
                <property name="can_default">True</property>
124
 
                <property name="receives_default">False</property>
125
 
                <property name="use_stock">True</property>
126
 
                <signal name="clicked" handler="on_help_clicked"/>
127
 
              </object>
128
 
              <packing>
129
 
                <property name="expand">False</property>
130
 
                <property name="fill">False</property>
131
 
                <property name="position">2</property>
132
 
              </packing>
133
 
            </child>
134
 
          </object>
135
 
          <packing>
136
 
            <property name="expand">False</property>
137
 
            <property name="pack_type">end</property>
138
 
            <property name="position">0</property>
139
 
          </packing>
140
 
        </child>
141
 
      </object>
142
 
    </child>
143
 
    <action-widgets>
144
 
      <action-widget response="0">cancel</action-widget>
145
 
      <action-widget response="0">ok</action-widget>
146
 
      <action-widget response="-11">button1</action-widget>
147
 
    </action-widgets>
148
 
  </object>
149
 
  <object class="GtkListStore" id="liststore1"/>
150
 
</interface>