~ubuntu-branches/ubuntu/trusty/gramps/trusty-proposed

« back to all changes in this revision

Viewing changes to gramps/plugins/export/exportvcalendar.glade

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2014-02-03 17:28:04 UTC
  • mfrom: (39.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140203172804-76y7nwxiw92zhlnj
Tags: 4.0.3+dfsg-1
* New upstream release (Closes: #720858)
* To-do notes improved and made persistent (Closes: #680692)
* Applied patch to setup.py to fix resource path problem
* Applied patch to disable the optional HTML View & prevent a crash
* Remove sourceless javascript files (Closes: #736436)
* Gramps uses Bat Mitzva internally (Closes: #502532)

Show diffs side-by-side

added added

removed removed

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